X509AttrCertStoreSelectorMatch Method

Decides if the given attribute certificate should be selected.

Definition

Namespace: Org.BouncyCastle.X509.Store
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae

Parameters

attrCert  X509V2AttributeCertificate
The attribute certificate to be checked.

Return Value

Boolean
C#
true
if the object matches this selector.

Implements

ISelectorTMatch(T)

See Also