다음을 통해 공유


RSAPKCS1KeyExchangeDeformatter 생성자

정의

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

오버로드

RSAPKCS1KeyExchangeDeformatter()

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

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

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

RSAPKCS1KeyExchangeDeformatter()

Source:
RSAPKCS1KeyExchangeDeformatter.cs
Source:
RSAPKCS1KeyExchangeDeformatter.cs
Source:
RSAPKCS1KeyExchangeDeformatter.cs

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

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

설명

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

추가 정보

적용 대상

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

Source:
RSAPKCS1KeyExchangeDeformatter.cs
Source:
RSAPKCS1KeyExchangeDeformatter.cs
Source:
RSAPKCS1KeyExchangeDeformatter.cs

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

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

매개 변수

key
AsymmetricAlgorithm

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

예외

key이(가) null인 경우

추가 정보

적용 대상