X509StoreLocation Class

Definition

Defines a class to represent a store location in the certificate provider. The two possible store locations are CurrentUser and LocalMachine

public ref class X509StoreLocation sealed
public ref class X509StoreLocation sealed
class X509StoreLocation sealed
public sealed class X509StoreLocation
type X509StoreLocation = class
Public NotInheritable Class X509StoreLocation
Inheritance
X509StoreLocation

Constructors

X509StoreLocation(StoreLocation)

Initializes a new instance of the X509StoreLocation class.

Properties

Location

Gets the location as a StoreLocation

LocationName

Gets the location, as a string.

StoreNames

Gets the list of stores at this location.

Applies to