次の方法で共有


SymmetricAlgorithmNames.DesCbc プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

"DES_CBC" を含む文字列。

注釈

SymmetricKeyAlgorithmProvider オブジェクトで OpenAlgorithm メソッドを呼び出すときに、このプロパティによって取得された文字列を使用して対称暗号化アルゴリズム名を設定します。 文字列は、データ暗号化標準 (DES) アルゴリズムと暗号ブロック チェーンモードの操作を表します。

適用対象

こちらもご覧ください