Returns revocation reason of the revoked certificate.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetRevocationReason As RevocationReason
C#
public RevocationReason GetRevocationReason()

Return Value

If the revocation reason extension is present, returns the reason from that extension; otherwise returns Unspecified.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also