Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 924 Bytes

symmetricalgorithmnames_tripledescbcpkcs7.md

File metadata and controls

24 lines (17 loc) · 924 Bytes
-api-id -api-type
P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.TripleDesCbcPkcs7
winrt property

Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.TripleDesCbcPkcs7

-description

Retrieves a string that contains "3DES_CBC_PKCS7".

-property-value

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

-examples

-see-also

SymmetricKeyAlgorithmProvider