SymmetricAlgorithmNames.AesEcb 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 « AES_ECB ».
public:
static property Platform::String ^ AesEcb { Platform::String ^ get(); };
static winrt::hstring AesEcb();
public static string AesEcb { get; }
var string = SymmetricAlgorithmNames.aesEcb;
Public Shared ReadOnly Property AesEcb As String
Valeur de propriété
Chaîne qui contient « AES_ECB ».
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 AES (Advanced Encryption Standard) couplé à un mode de fonctionnement d’un codebook électronique (BCE).