InstallerFile.SHA1Hash 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 a string that contains the SHA1Hash of the current installer file.
public:
property System::String ^ SHA1Hash { System::String ^ get(); };
public string SHA1Hash { get; }
member this.SHA1Hash : string
Public ReadOnly Property SHA1Hash As String
Property Value
A string that contains the SHA1Hash of the current installer file.