RsaProtectedConfigurationProvider.AddKey(Int32, Boolean) Metod

Definition

Lägger till en nyckel i RSA-nyckelcontainern.

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)

Parametrar

keySize
Int32

Storleken på nyckeln som ska läggas till.

exportable
Boolean

trueför att ange att nyckeln kan exporteras. annars . false

Gäller för

Se även