SymmetricAlgorithmNames.TripleDesEcb Property

Definition

Retrieves a string that contains "3DES_ECB".

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

Property Value

String

Platform::String

winrt::hstring

String that contains "3DES_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 Triple Data Encryption Standard (TripleDES) algorithm coupled with an electronic codebook (ECB) mode of operation.

Applies to

See also