IPublisher.SignCertWithoutTimeStamp Property

 

Applies To: Windows Server Update Services

Gets or sets whether or not the certificate will be signed without a time stamp.

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

Syntax

bool SignCertWithoutTimeStamp { get; set; }
property bool SignCertWithoutTimeStamp {
    bool get();
    void set(bool value);
}
abstract SignCertWithoutTimeStamp : bool with get, set
Property SignCertWithoutTimeStamp As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

Remarks

By default, this property is set to false indicating that the caller will sign the certificate with a time stamp.

See Also

IPublisher Interface
Microsoft.UpdateServices.Administration Namespace

Return to top