SetAuthenticodeSignatureCommand.HashAlgorithm Property

Definition

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

Applies to