SymmetricAlgorithmNames.Rc2Ecb Property

Definition

Retrieves a string that contains "RC2_ECB".

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

Property Value

String

Platform::String

winrt::hstring

String that contains "RC2_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 Rivest Cipher (RC2) block cipher algorithm coupled with an electronic codebook (ECB) mode of operation.

Applies to

See also