Gets or sets the location.

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

Syntax

C#
public StoreLocation Location { get; set; }
Visual Basic
Public Property Location As StoreLocation
	Get
	Set
Visual C++
public:
property StoreLocation Location {
	StoreLocation get ();
	void set (StoreLocation value);
}

Field Value

The location.

See Also