SecurityKey.DecryptKey(String, Byte[]) Méthode
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.
En cas de substitution dans une classe dérivée, déchiffre la clé chiffrée spécifiée.
public:
abstract cli::array <System::Byte> ^ DecryptKey(System::String ^ algorithm, cli::array <System::Byte> ^ keyData);
public abstract byte[] DecryptKey(string algorithm, byte[] keyData);
abstract member DecryptKey : string * byte[] -> byte[]
Public MustOverride Function DecryptKey (algorithm As String, keyData As Byte()) As Byte()
Paramètres
- algorithm
- String
Algorithme de chiffrement utilisé pour chiffrer la clé.
Retours
Tableau de Byte ce qui contient la clé déchiffrée.
Remarques
Utilisez les champs statiques de la SecurityAlgorithms classe pour spécifier l’algorithme.