KeyContainerPermissionAccessEntry.KeyStore Property

Definition

Gets or sets the name of the key store.

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

Property Value

The name of the key store.

Exceptions

The resulting entry would have unrestricted access.

Remarks

Valid values are "User", "Machine", or "*". If null is specified, the value is set to "*".

Applies to