次の方法で共有


SymmetricAlgorithmNames.Rc2Ecb プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

"RC2_ECB" を含む文字列。

注釈

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

適用対象

こちらもご覧ください