CngAlgorithmGroup.Rsa プロパティ

定義

アルゴリズムの RSA (Rivest-Shamir-Adleman) ファミリを指定する CngAlgorithmGroup オブジェクトを取得します。

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

プロパティ値

CngAlgorithmGroup

アルゴリズムの RSA ファミリを指定するオブジェクト。

適用対象