RsaProtectedConfigurationProvider.AddKey(Int32, Boolean) 方法

定义

将密钥添加到 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)

参数

keySize
Int32

要添加的密钥的大小。

exportable
Boolean

若指示密钥可以导出,则为 true;否则为 false

适用于

另请参阅