System.Security.Permissions.KeyContainerPermissionAttribute.KeySpec Property

Gets or sets the key specification.

Syntax

public int KeySpec { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If no value is specified, the AT_KEYEXCHANGE value (1) is used. Valid values for this property are AT_KEYEXCHANGE (1) and AT_SIGNATURE (2).

Requirements

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