X509StoreLocation.Location Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the location as a StoreLocation
public:
property System::Security::Cryptography::X509Certificates::StoreLocation Location { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
public System.Security.Cryptography.X509Certificates.StoreLocation Location { get; set; }
member this.Location : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property Location As StoreLocation