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

적용 대상