CertificateSubjectRdnSelectorMatch Method
|
Checks if certificate subject contains specified RDNs.
Namespace:
Guardtime.KSI.Crypto.BouncyCastle.Crypto
Assembly:
ksi-net-api-crypto-bouncycastle (in ksi-net-api-crypto-bouncycastle.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic bool Match(
X509Certificate certificate
)
Public Function Match (
certificate As X509Certificate
) As Boolean
public:
bool Match(
X509Certificate^ certificate
)
member Match :
certificate : X509Certificate -> bool
Parameters
- certificate
- Type: X509Certificate
certificate to check
Return Value
Type:
Boolean
See Also