DataProtector.Unprotect(Byte[]) Méthode

Définition

Ô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

Byte[]

Tableau d'octets qui contient les données en texte brut.

Exceptions

encryptedData a la valeur null.

encryptedData contient un objectif non valide.

S’applique à