ArmIotFirmwareDefenseModelFactory.PasswordHash 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.
Initialise une nouvelle instance de PasswordHash.
public static Azure.ResourceManager.IotFirmwareDefense.Models.PasswordHash PasswordHash (string passwordHashId = default, string filePath = default, string salt = default, string hash = default, string context = default, string username = default, string algorithm = default);
static member PasswordHash : string * string * string * string * string * string * string -> Azure.ResourceManager.IotFirmwareDefense.Models.PasswordHash
Public Shared Function PasswordHash (Optional passwordHashId As String = Nothing, Optional filePath As String = Nothing, Optional salt As String = Nothing, Optional hash As String = Nothing, Optional context As String = Nothing, Optional username As String = Nothing, Optional algorithm As String = Nothing) As PasswordHash
Paramètres
- passwordHashId
- String
ID de hachage de mot de passe.
- filePath
- String
Chemin du fichier du hachage de mot de passe.
- salt
- String
Sel du hachage du mot de passe.
- hash
- String
Hachage du mot de passe.
- context
- String
Contexte du hachage de mot de passe.
- username
- String
Nom d’utilisateur du hachage de mot de passe.
- algorithm
- String
Algorithme du hachage de mot de passe.
Retours
Une nouvelle PasswordHash instance de moqueries.