Share via


IFileHashEntityProperties.Algorithm Property

Definition

The hash algorithm type.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The hash algorithm type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.FileHashAlgorithm) }, ReadOnly=true, Required=false, SerializedName="algorithm")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.FileHashAlgorithm? Algorithm { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The hash algorithm type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.FileHashAlgorithm) }, ReadOnly=true, Required=false, SerializedName="algorithm")>]
member this.Algorithm : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.FileHashAlgorithm>
Public ReadOnly Property Algorithm As Nullable(Of FileHashAlgorithm)

Property Value

Attributes

Applies to