HashCmdletBase.Algorithm Property
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.
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