KeyContainerPermissionAccessEntry.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, setPublic Property KeyStore As String属性值
密钥存储区的名称。
例外
对结果项的访问将不受限制。
注解
有效值为“User”、“Machine”或“*”。 如果 null 指定 ,则值设置为“*”。