RsaProtectedConfigurationProvider.AddKey(Int32, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute une clé au conteneur de clé RSA.
public:
void AddKey(int keySize, bool exportable);
public void AddKey (int keySize, bool exportable);
member this.AddKey : int * bool -> unit
Public Sub AddKey (keySize As Integer, exportable As Boolean)
Paramètres
- keySize
- Int32
Taille de la clé à ajouter.
- exportable
- Boolean
true pour indiquer que la clé est exportable ; sinon, false.