SymmetricAlgorithmNames.TripleDesCbcPkcs7 Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère une chaîne qui contient « 3DES_CBC_PKCS7 ».
public:
static property Platform::String ^ TripleDesCbcPkcs7 { Platform::String ^ get(); };
static winrt::hstring TripleDesCbcPkcs7();
public static string TripleDesCbcPkcs7 { get; }
var string = SymmetricAlgorithmNames.tripleDesCbcPkcs7;
Public Shared ReadOnly Property TripleDesCbcPkcs7 As String
Valeur de propriété
Chaîne qui contient « 3DES_CBC_PKCS7 ».
Remarques
Utilisez la chaîne récupérée par cette propriété pour définir le nom de l’algorithme de chiffrement symétrique lorsque vous appelez la méthode OpenAlgorithm sur un objet SymmetricKeyAlgorithmProvider . La chaîne représente l’algorithme Triple Data Encryption Standard (TripleDES) associé à un mode de chaînage de blocs de chiffrement et à un remplissage PKCS#7.