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

適用対象