次の方法で共有


AsymmetricAlgorithmNames.RsaPkcs1 プロパティ

定義

"RSA_PKCS1" を含む文字列を取得します。

public:
 static property Platform::String ^ RsaPkcs1 { Platform::String ^ get(); };
static winrt::hstring RsaPkcs1();
public static string RsaPkcs1 { get; }
var string = AsymmetricAlgorithmNames.rsaPkcs1;
Public Shared ReadOnly Property RsaPkcs1 As String

プロパティ値

String

Platform::String

winrt::hstring

"RSA_PKCS1" を含む文字列。

注釈

OpenAlgorithm メソッドを呼び出すときに非対称アルゴリズム名を設定するには、このプロパティによって取得された文字列を使用します。 文字列は、PKCS1 を使用してプレーンテキストを埋め込む RSA 公開キー アルゴリズムを表します。 ハッシュ アルゴリズムは使用されません。

適用対象

こちらもご覧ください