IPasswordHash Interface
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.
[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
| Name | Description |
|---|---|
| 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 |
| ProvisioningState |
The status of the last operation. |
| Salt |
Salt of the password hash |
| Username |
User name of password hash |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |