GetFileHash.HashEncoding Property

Definition

The encoding to use for generated hashs. Defaults to "hex". Allowed values = "hex", "base64".

public:
 property System::String ^ HashEncoding { System::String ^ get(); void set(System::String ^ value); };
public string HashEncoding { get; set; }
member this.HashEncoding : string with get, set
Public Property HashEncoding As String

Property Value

Applies to