SymmetricAlgorithmNames.TripleDesEcbPkcs7 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 "3DES_ECB_PKCS7".
public:
static property Platform::String ^ TripleDesEcbPkcs7 { Platform::String ^ get(); };
static winrt::hstring TripleDesEcbPkcs7();
public static string TripleDesEcbPkcs7 { get; }
var string = SymmetricAlgorithmNames.tripleDesEcbPkcs7;
Public Shared ReadOnly Property TripleDesEcbPkcs7 As String
Property Value
String that contains "3DES_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 Triple Data Encryption Standard (TripleDES) algorithm coupled with an electronic codebook (ECB) mode of operation and PKCS#7 padding.