DataProtector.Unprotect(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.
Ôte la protection des données protégées spécifiées.
public:
cli::array <System::Byte> ^ Unprotect(cli::array <System::Byte> ^ encryptedData);
public byte[] Unprotect(byte[] encryptedData);
member this.Unprotect : byte[] -> byte[]
Public Function Unprotect (encryptedData As Byte()) As Byte()
Paramètres
- encryptedData
- Byte[]
Données chiffrées à déprotéger.
Retours
Tableau d'octets qui contient les données en texte brut.
Exceptions
encryptedData a la valeur null.
encryptedData contient un objectif non valide.