SetCurrentCertificate Method (SecurityCertificate Class)

Applies to: SQL Server

Sets the current security certificate.

Syntax

  
object.SetCurrentCertificate(SHA , SQLInstance)  

Parts

object
A SecurityCertificate Class object that represents a security certificate.

Parameters

Parameter Description
SHA A string value that specifies the secure hash algorithm (SHA) thumbprint for the required security certificate.
SQLInstance A string value that specifies the instance for which the certificate is required.

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.

Remarks

See Also

Configuring Server Network Protocols and Net-Libraries