次の方法で共有


SymmetricAlgorithmNames.Rc2EcbPkcs7 プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

"RC2_ECB_PKCS7" を含む文字列。

注釈

SymmetricKeyAlgorithmProvider オブジェクトで OpenAlgorithm メソッドを呼び出すときに、このプロパティによって取得された文字列を使用して対称暗号化アルゴリズム名を設定します。 文字列は、Rivest Cipher (RC2) ブロック暗号アルゴリズムを、電子コードブック (ECB) モードの操作と PKCS#7 パディングと組み合わせて表します。

適用対象

こちらもご覧ください