다음을 통해 공유


RsaSecurityKey(RSA) 생성자

정의

지정된 RSA 알고리즘을 사용하여 RsaSecurityKey 클래스의 새 인스턴스를 초기화합니다.

public:
 RsaSecurityKey(System::Security::Cryptography::RSA ^ rsa);
public RsaSecurityKey (System.Security.Cryptography.RSA rsa);
new System.IdentityModel.Tokens.RsaSecurityKey : System.Security.Cryptography.RSA -> System.IdentityModel.Tokens.RsaSecurityKey
Public Sub New (rsa As RSA)

매개 변수

rsa
RSA

RSA 알고리즘을 나타내는 RSA입니다.

예외

rsa이(가) null인 경우

적용 대상