Gets or sets the certificate serial number.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public string Certificate { get; set; } |
Visual Basic |
---|
Public Property Certificate As String Get Set |
Visual C++ |
---|
public: property String^ Certificate { String^ get (); void set (String^ value); } |