KeyContainerPermissionAttribute.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. The default is "*".

Remarks

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

Applies to