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

属性值

Int32

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

例外

对结果项的访问将不受限制。

注解

此属性的有效值AT_KEYEXCHANGE (1) ,AT_SIGNATURE (2 个) 。 默认值为 -1,表示所有可能的值。

适用于