KeyContainerPermission::Flags Property

 

Gets the key container permission flags that apply to all key containers associated with the permission.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property KeyContainerPermissionFlags Flags {
	KeyContainerPermissionFlags get();
}

Property Value

Type: System.Security.Permissions::KeyContainerPermissionFlags

A bitwise combination of the KeyContainerPermissionFlags values.

The Flags property is set by the constructor.

.NET Framework
Available since 2.0
Return to top
Show: