RSAOAEPKeyExchangeDeformatter 생성자

정의

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

오버로드

Name Description
RSAOAEPKeyExchangeDeformatter()

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

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

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

RSAOAEPKeyExchangeDeformatter()

Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs
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
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 인스턴스입니다.

예외

keynull입니다.

추가 정보

적용 대상