PasswordHash Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |