Gets or sets the certificate owner.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public string Owner { get; set; }
Visual Basic
Public Property Owner As String
	Get
	Set
Visual C++
public:
property String^ Owner {
	String^ get ();
	void set (String^ value);
}

Field Value

The certificate owner.

See Also