共用方式為


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

適用於