IFileHashEntity.Algorithm Property

Definition

The hash algorithm type.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Unknown", "MD5", "SHA1", "SHA256", "SHA256AC" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The hash algorithm type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="algorithm", Update=false)]
public string Algorithm { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Unknown", "MD5", "SHA1", "SHA256", "SHA256AC" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The hash algorithm type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="algorithm", Update=false)>]
member this.Algorithm : string
Public ReadOnly Property Algorithm As String

Property Value

Attributes

Applies to