CatalogInformation.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.
Hash Algorithm used to calculate the hashes of files in Catalog
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; }
member this.HashAlgorithm : string with get, set
Public Property HashAlgorithm As String