The IX509AttributeCertificate type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CheckValidity()()()() | |
![]() | CheckValidity(DateTime) | |
![]() | GetAttributes()()()() | Return the attributes contained in the attribute block in the certificate. |
![]() | GetAttributes(String) | Return the attributes with the same type as the passed in oid. |
![]() | GetCriticalExtensionOids |
Get all critical extension values, by oid
(Inherited from IX509Extension.) |
![]() | GetEncoded | Return an ASN.1 encoded byte array representing the attribute certificate. |
![]() | GetExtensionValue(String) | Obsolete. (Inherited from IX509Extension.) |
![]() | GetExtensionValue(DerObjectIdentifier) | (Inherited from IX509Extension.) |
![]() | GetIssuerUniqueID | |
![]() | GetNonCriticalExtensionOids |
Get all non-critical extension values, by oid
(Inherited from IX509Extension.) |
![]() | GetSignature | |
![]() | IsValid | |
![]() | Verify |
Properties
Name | Description | |
---|---|---|
![]() | Holder | The holder of the certificate. |
![]() | Issuer | The issuer details for the certificate. |
![]() | IsValidNow | |
![]() | NotAfter | The UTC DateTime after which the certificate is not valid. |
![]() | NotBefore | The UTC DateTime before which the certificate is not valid. |
![]() | SerialNumber | The serial number for the certificate. |
![]() | Version | The version number for the certificate. |