Click or drag to resize

ICertificateSubjectRdnSelectorIsMatch Method

Checks if certificate subject contains specific RDN.

Namespace:  Guardtime.KSI.Crypto
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
bool IsMatch(
	Object certificate
)

Parameters

certificate
Type: SystemObject
certificate to check

Return Value

Type: Boolean
True if subject certificate subject contains specified RDN.
See Also