SymmetricAlgorithmNames.Rc2EcbPkcs7 Property

Definition

Retrieves a string that contains "RC2_ECB_PKCS7".

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

Property Value

String

Platform::String

winrt::hstring

String that contains "RC2_ECB_PKCS7".

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 and PKCS#7 padding.

Applies to

See also