The IX509AttributeCertificate type exposes the following members.

Methods

  NameDescription
Public methodCheckValidity()()()()
Public methodCheckValidity(DateTime)
Public methodGetAttributes()()()()
Return the attributes contained in the attribute block in the certificate.
Public methodGetAttributes(String)
Return the attributes with the same type as the passed in oid.
Public methodGetCriticalExtensionOids
Get all critical extension values, by oid
(Inherited from IX509Extension.)
Public methodGetEncoded
Return an ASN.1 encoded byte array representing the attribute certificate.
Public methodGetExtensionValue(String) Obsolete. (Inherited from IX509Extension.)
Public methodGetExtensionValue(DerObjectIdentifier) (Inherited from IX509Extension.)
Public methodGetIssuerUniqueID
Public methodGetNonCriticalExtensionOids
Get all non-critical extension values, by oid
(Inherited from IX509Extension.)
Public methodGetSignature
Public methodIsValid
Public methodVerify

Properties

  NameDescription
Public propertyHolder
The holder of the certificate.
Public propertyIssuer
The issuer details for the certificate.
Public propertyIsValidNow
Public propertyNotAfter
The UTC DateTime after which the certificate is not valid.
Public propertyNotBefore
The UTC DateTime before which the certificate is not valid.
Public propertySerialNumber
The serial number for the certificate.
Public propertyVersion
The version number for the certificate.

See Also