Gets or sets the certificate serial number.

Namespace: LLCryptoLib.Security.Certificates
Assembly: 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);
}

Field Value

The certificate serial number.

See Also