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; } |