StorePermission.Flags Property

Definition

Gets or sets the type of X509Store access allowed by the current permission.

public:
 property System::Security::Permissions::StorePermissionFlags Flags { System::Security::Permissions::StorePermissionFlags get(); void set(System::Security::Permissions::StorePermissionFlags value); };
public System.Security.Permissions.StorePermissionFlags Flags { get; set; }
member this.Flags : System.Security.Permissions.StorePermissionFlags with get, set
Public Property Flags As StorePermissionFlags

Property Value

A bitwise combination of the StorePermissionFlags values.

Exceptions

An attempt is made to set this property to an invalid value. See StorePermissionFlags for the valid values.

Remarks

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.

Applies to