Gets or sets a value indicating whether this Certificate is revoked.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public bool Revoked { get; set; } |
Visual Basic |
---|
Public Property Revoked As Boolean Get Set |
Visual C++ |
---|
public: property bool Revoked { bool get (); void set (bool value); } |