SymmetricAlgorithmNames.DesEcb Property

Definition

Retrieves a string that contains "DES_ECB".

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

Property Value

String

Platform::String

winrt::hstring

String that contains "DES_ECB".

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 an electronic codebook (ECB) mode of operation.

Applies to

See also