System.Security.Permissions.StorePermissionFlags Enumeration

Specifies the permitted access to X.509 certificate stores.

Syntax

[System.Flags]
public enum StorePermissionFlags

Remarks

Many of these access permissions pose potential security and privacy threats. Great care should be taken in granting access to stores. A brief description of the type of threat exposed by an access can be found in the summary for the access.

Members

Member NameDescription
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