IDataProtector.Protect(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.
Protège par chiffrement un morceau de données en texte clair.
public:
cli::array <System::Byte> ^ Protect(cli::array <System::Byte> ^ plaintext);
public byte[] Protect (byte[] plaintext);
abstract member Protect : byte[] -> byte[]
Public Function Protect (plaintext As Byte()) As Byte()
Paramètres
- plaintext
- Byte[]
Données en texte clair à protéger.
Retours
Byte[]
Forme protégée des données en texte clair.