SymmetricAlgorithmNames.Rc2Cbc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a string that contains "RC2_CBC".
public:
static property Platform::String ^ Rc2Cbc { Platform::String ^ get(); };
static winrt::hstring Rc2Cbc();
public static string Rc2Cbc { get; }
var string = SymmetricAlgorithmNames.rc2Cbc;
Public Shared ReadOnly Property Rc2Cbc As String
Property Value
String that contains "RC2_CBC".
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 a cipher-block chaining mode of operation.