다음을 통해 공유


RSAOAEPKeyExchangeFormatter 생성자

정의

RSAOAEPKeyExchangeFormatter 클래스의 새 인스턴스를 초기화합니다.

오버로드

RSAOAEPKeyExchangeFormatter()

RSAOAEPKeyExchangeFormatter 클래스의 새 인스턴스를 초기화합니다.

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

지정된 키를 사용하여 RSAOAEPKeyExchangeFormatter 클래스의 새 인스턴스를 초기화합니다.

RSAOAEPKeyExchangeFormatter()

Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs

RSAOAEPKeyExchangeFormatter 클래스의 새 인스턴스를 초기화합니다.

public:
 RSAOAEPKeyExchangeFormatter();
public RSAOAEPKeyExchangeFormatter ();
Public Sub New ()

설명

사용 하 여 SetKey 호출 하기 전에 키를 설정 하려면 CreateKeyExchange합니다.

추가 정보

적용 대상

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs

지정된 키를 사용하여 RSAOAEPKeyExchangeFormatter 클래스의 새 인스턴스를 초기화합니다.

public:
 RSAOAEPKeyExchangeFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAOAEPKeyExchangeFormatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAOAEPKeyExchangeFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAOAEPKeyExchangeFormatter
Public Sub New (key As AsymmetricAlgorithm)

매개 변수

key
AsymmetricAlgorithm

공개 키를 보유하는 RSA 알고리즘의 인스턴스입니다.

예외

key이(가) null인 경우

추가 정보

적용 대상