Gets or sets the path.

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

Syntax

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

Field Value

The path.

See Also