HashCmdletBase.Algorithm Property

Definition

Algorithm parameter. The hash algorithm name: "SHA1", "SHA256", "SHA384", "SHA512", "MD5".

[System.Management.Automation.Parameter(Position=1)]
[System.Management.Automation.ValidateSet(new System.String[] { "SHA1", "SHA256", "SHA384", "SHA512", "MD5" })]
public string Algorithm { get; set; }
[<System.Management.Automation.Parameter(Position=1)>]
[<System.Management.Automation.ValidateSet(new System.String[] { "SHA1", "SHA256", "SHA384", "SHA512", "MD5" })>]
member this.Algorithm : string with get, set
Public Property Algorithm As String

Property Value

Attributes

Applies to