KeyContainerPermissionAccessEntry.KeyStore 属性

定义

获取或设置密钥存储区的名称。

public:
 property System::String ^ KeyStore { System::String ^ get(); void set(System::String ^ value); };
public string KeyStore { get; set; }
member this.KeyStore : string with get, set
Public Property KeyStore As String

属性值

密钥存储区的名称。

例外

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

注解

有效值为“User”、“Machine”或“*”。 如果 null 指定 ,则值设置为“*”。

适用于