Gets revocation reason of the revoked certificate.

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

Syntax

Visual Basic
Public ReadOnly Property RevocationReason As Nullable(Of RevocationReason)
	Get
C#
public Nullable<RevocationReason> RevocationReason { get; }

Return Value

If the revocation reason extension is present, returns the reason from that extension; otherwise returns null (Nothing in VB.NET).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also