AuthenticationPayloadOption.TryCertificateFirst Property

 

Applies To: SQL Server 2016 Preview

Gets or sets whether connect should first try the certificate before Windows Authentication.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public bool TryCertificateFirst { get; set; }
public:
property bool TryCertificateFirst {
    bool get();
    void set(bool value);
}
member TryCertificateFirst : bool with get, set
Public Property TryCertificateFirst As Boolean

Property Value

Type: System.Boolean

True if connect should first try certificate and then Windows Authentication; otherwise, false.

See Also

AuthenticationPayloadOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top