SetCurrentCertificate Method (ServerSettings Class)

Sets the current security certificate.

Syntax

object.SetCurrentCertificate(SHA)

Parts

  • object
    A ServerSettings Class object that represents the server setting on an instance of Microsoft SQL Server.

Parameters

Parameter

Description

SHA

A string value that specifies the current security certificate.

Property Value/Return Value

A uint32 value, which is 0 if the service was successfully modified, 1 if the request is not supported, and any other number to indicate an error.