RsaSecurityToken.Rsa 属性
定义
获取能够创建非对称密钥的 RSA 算法。Gets a RSA algorithm that is capable of creating an asymmetric key.
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 算法。A RSA that represents a RSA algorithm that is capable of creating an asymmetric key.