UpdateFile.AdditionalHash Property
Applies To: Windows Server Update Services
Gets the SHA2 hash of this file.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public byte[] AdditionalHash { get; }
public:
property array<unsigned char>^ AdditionalHash {
array<unsigned char>^ get();
}
member AdditionalHash : byte[] with get
Public ReadOnly Property AdditionalHash As Byte()
Property Value
Type: System.Byte[]
The SHA2 hash of this file.
See Also
UpdateFile Class
Microsoft.UpdateServices.Administration Namespace
Return to top