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) 演算法,以及加密區塊鏈結作業模式。

適用於

另請參閱