ILoginOptions.Certificate Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the certificate that is associated with the login.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[DisplayNameKeyAttribute("Login_CertificateName")]
[DisplayDescriptionKeyAttribute("Login_CertificateDesc")]
string Certificate { get; set; }
[DisplayNameKeyAttribute("Login_CertificateName")]
[DisplayDescriptionKeyAttribute("Login_CertificateDesc")]
property String^ Certificate {
    String^ get();
    void set(String^ value);
}
[<DisplayNameKeyAttribute("Login_CertificateName")>]
[<DisplayDescriptionKeyAttribute("Login_CertificateDesc")>]
abstract Certificate : string with get, set
<DisplayNameKeyAttribute("Login_CertificateName")>
<DisplayDescriptionKeyAttribute("Login_CertificateDesc")>
Property Certificate As String

Property Value

Type: System.String

A String value that contains the certificate that is associated with the login.

See Also

ILoginOptions Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top