System.Security.Permissions.KeyContainerPermissionFlags.Open Field

Open a key container and use the public key.

Syntax

KeyContainerPermissionFlags Open

Remarks

Open does not give permission to sign or decrypt files using the private key, but it does allow a user to verify file signatures and to encrypt files. Only the owner of the key is able to decrypt these files using the private key.

Requirements

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0