Share via


PasswordHash Class

Definition

Password hash properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.PasswordHashTypeConverter))]
public class PasswordHash : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IPasswordHash
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.PasswordHashTypeConverter))>]
type PasswordHash = class
    interface IPasswordHash
    interface IJsonSerializable
Public Class PasswordHash
Implements IPasswordHash
Inheritance
PasswordHash
Attributes
Implements

Constructors

PasswordHash()

Creates an new PasswordHash instance.

Properties

Algorithm

Algorithm of the password hash

Context

Context of password hash

FilePath

File path of the password hash

Hash

Hash of the password

Id

ID for password hash

Salt

Salt of the password hash

Username

User name of password hash

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PasswordHash.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PasswordHash.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IPasswordHash.

FromJsonString(String)

Creates a new instance of PasswordHash, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PasswordHash into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to