SymmetricAlgorithmNames.DesCbcPkcs7 Property

Definition

Retrieves a string that contains "DES_CBC_PKCS7".

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

Property Value

String

Platform::String

winrt::hstring

String that contains "DES_CBC_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 Data Encryption Standard (DES) algorithm coupled with a cipher-block chaining mode of operation and PKCS#7 padding.

Applies to

See also