다음을 통해 공유


RSAOAEPKeyExchangeDeformatter 생성자

정의

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

오버로드

RSAOAEPKeyExchangeDeformatter()

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

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

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

RSAOAEPKeyExchangeDeformatter()

Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs

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

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

설명

사용 하 여 SetKey 호출 하기 전에 키를 설정 하도록 DecryptKeyExchange합니다.

추가 정보

적용 대상

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs

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

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

매개 변수

key
AsymmetricAlgorithm

프라이빗 키를 보유하는 RSA 알고리즘의 인스턴스입니다.

예외

key이(가) null인 경우

추가 정보

적용 대상