Share via


IPasswordHash Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to