GetFileHash.HashEncoding 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.
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