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 算法。

适用于