SetAuthenticodeSignatureCommand.HashAlgorithm 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.
Gets or sets the hash algorithm used for signing. This string value must represent the name of a Cryptographic Algorithm Identifier supported by Windows.
public:
property System::String ^ HashAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ HashAlgorithm { Platform::String ^ get(); void set(Platform::String ^ value); };
public string HashAlgorithm { get; set; }
[System.Management.Automation.Parameter(Mandatory=false)]
public string HashAlgorithm { get; set; }
member this.HashAlgorithm : string with get, set
[<System.Management.Automation.Parameter(Mandatory=false)>]
member this.HashAlgorithm : string with get, set
Public Property HashAlgorithm As String
Property Value
- Attributes