StorePermission::Flags Property
.NET Framework (current version)
Gets or sets the type of X509Store access allowed by the current permission.
Assembly: System (in System.dll)
public: property StorePermissionFlags Flags { StorePermissionFlags get(); void set(StorePermissionFlags value); }
Property Value
Type: System.Security.Permissions::StorePermissionFlagsA bitwise combination of the StorePermissionFlags values.
| Exception | Condition |
|---|---|
| ArgumentException | An attempt is made to set this property to an invalid value. See StorePermissionFlags for the valid values. |
The Flags property specifies the permitted access to X.509 stores. X.509 stores are physical stores used to persist and manage X.509 certificates.
.NET Framework
Available since 2.0
Available since 2.0
Show: