KeyContainerPermissionAccessEntry.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_SIGNATURE (2)。 默认值为 -1,表示所有可能的值。

适用于