X509StoreLocation Class
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.
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. |