Share via


FileForInstallableItem.Digest Property

 

Applies To: Windows Server Update Services

Gets or sets the SHA-1 file digest in base 64 encoding.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public string Digest { get; set; }
public:
property String^ Digest {
    String^ get();
    void set(String^ value);
}
member Digest : string with get, set
Public Property Digest As String

Property Value

Type: System.String

The SHA-1 file digest in base 64 encoding.

See Also

FileForInstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top