Secret.Random(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.
Retourne un secret composé entièrement d’octets aléatoires récupérés à partir d’un RNG sécurisé par chiffrement.
public:
static Microsoft::AspNetCore::DataProtection::Secret ^ Random(int numBytes);
public static Microsoft.AspNetCore.DataProtection.Secret Random (int numBytes);
static member Random : int -> Microsoft.AspNetCore.DataProtection.Secret
Public Shared Function Random (numBytes As Integer) As Secret
Paramètres
- numBytes
- Int32