次の方法で共有


SymmetricAlgorithmNames.DesCbcPkcs7 プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

"DES_CBC_PKCS7" を含む文字列。

注釈

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

適用対象

こちらもご覧ください