KeyContainerPermissionAttribute.KeySpec 属性

定义

获取或设置密钥规范。

public:
 property int KeySpec { int get(); void set(int value); };
public int KeySpec { get; set; }
member this.KeySpec : int with get, set
Public Property KeySpec As Integer

属性值

Wincrypt.h 头文件中定义的 AT_ 值之一。

注解

如果未指定任何值,则使用AT_KEYEXCHANGE值 (1) 。 此属性的有效值为 AT_KEYEXCHANGE (1) ,AT_SIGNATURE (2) 。

适用于