Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Gets the SHA1 hash of this file.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public byte[] Hash { get; }
public:
property array<unsigned char>^ Hash {
array<unsigned char>^ get();
}
member Hash : byte[] with get
Public ReadOnly Property Hash As Byte()
Property Value
Type: System.Byte[]
The SHA1 hash of this file.
See Also
UpdateFile Class
Microsoft.UpdateServices.Administration Namespace
Return to top