KeyContainerPermissionAttribute.KeyStore 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置密钥存储区的名称。
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
指定 ,则值设置为“*”。