StorePermission Constructor (StorePermissionFlags)
.NET Framework (current version)
Initializes a new instance of the StorePermission class with the specified access.
Assembly: System (in System.dll)
Parameters
- flag
-
Type:
System.Security.Permissions::StorePermissionFlags
A bitwise combination of the StorePermissionFlags values.
| Exception | Condition |
|---|---|
| ArgumentException | flag is not a valid combination of StorePermissionFlags values. |
The flag parameter specifies the permitted access to X.509 stores. The specified permitted access applies to all stores. It is not possible to specify access to an individual store.
.NET Framework
Available since 2.0
Available since 2.0
Show: