Specifies the permitted access to X.509 certificate stores.
Syntax
[System.Flags]
public enum StorePermissionFlags
Remarks
Members
Member Name | Description |
---|
AddToStore |
The ability to add a certificate to a store.
|
AllFlags |
The ability to perform all certificate and store operations.
|
CreateStore |
The ability to create a new store.
|
DeleteStore |
The ability to delete a store.
|
EnumerateCertificates |
The ability to enumerate the certificates in a store.
|
EnumerateStores |
The ability to enumerate the stores on a computer.
|
NoFlags |
Permission is not given to perform any certificate or store operations.
|
OpenStore |
The ability to open a store.
|
RemoveFromStore |
The ability to remove a certificate from a store.
|
Requirements
Namespace: System.Security.Permissions
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0