IUpdateServerConfiguration.SetSigningCertificate Method ()

 

Applies To: Windows Server Update Services

Creates and registers a new certificate in the WSUS store and removes any existing certificate.

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

Syntax

void SetSigningCertificate()
void SetSigningCertificate()
abstract SetSigningCertificate : unit -> unit
Sub SetSigningCertificate

Exceptions

Exception

Condition

Win32Exception

HRESULT error code returned from native function.

Remarks

This operation requires WSUS Administrator privileges.

See Also

SetSigningCertificate Overload
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top