다음을 통해 공유


RsaKeyIdentifierClause(RSA) 생성자

정의

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

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

매개 변수

rsa
RSA

RSA 알고리즘을 나타내는 RSA입니다. Rsa 속성의 값을 설정합니다.

예외

rsa이(가) null인 경우

적용 대상