다음을 통해 공유


RsaSecurityToken.Rsa 속성

정의

비대칭 키를 만들 수 있는 RSA 알고리즘을 가져옵니다.

public:
 property System::Security::Cryptography::RSA ^ Rsa { System::Security::Cryptography::RSA ^ get(); };
public System.Security.Cryptography.RSA Rsa { get; }
member this.Rsa : System.Security.Cryptography.RSA
Public ReadOnly Property Rsa As RSA

속성 값

RSA

비대칭 키를 만들 수 있는 RSA 알고리즘을 나타내는 RSA입니다.

적용 대상