StorePermissionAttribute.CreateStore Propriété

Définition

Obtient ou définit une valeur indiquant si le code a l'autorisation de créer un magasin.

public:
 property bool CreateStore { bool get(); void set(bool value); };
public bool CreateStore { get; set; }
member this.CreateStore : bool with get, set
Public Property CreateStore As Boolean

Valeur de propriété

Boolean

true si la création d'un magasin est autorisée ; sinon, false.

Remarques

De nouveaux magasins sont créés en appelant la méthode X509Store.Open.

S’applique à