Share via


SymmetricAlgorithmNames.Rc4 Property

Definition

Retrieves a string that contains "RC4".

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

Property Value

String

Platform::String

winrt::hstring

String that contains "RC4".

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 (RC4) block cipher algorithm.

Applies to

See also