SymmetricAlgorithmNames.DesCbc Property

Definition

Retrieves a string that contains "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

Property Value

String

Platform::String

winrt::hstring

String that contains "DES_CBC".

Remarks

Use the string retrieved by this property to set the symmetric encryption algorithm name when you call the OpenAlgorithm method on a SymmetricKeyAlgorithmProvider object. The string represents the Data Encryption Standard (DES) algorithm coupled with a cipher-block chaining mode of operation.

Applies to

See also