Crypto.GenerateSalt(Int32) 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.
Génère par chiffrement une séquence forte de valeurs d'octets aléatoires.
public static string GenerateSalt (int byteLength = 16);
static member GenerateSalt : int -> string
Public Shared Function GenerateSalt (Optional byteLength As Integer = 16) As String
Paramètres
- byteLength
- Int32
Nombre d'octets aléatoires par chiffrement à générer.
Retours
Valeur salt générée en tant que chaîne codée en base 64.