Share via


ISql90ServiceBrokerLanguageSpecifier.DoUseCertificateFirst Property

Gets or sets a value that indicates whether the endpoint should attempt to use the certificate for authentication first, and then fall back to Windows authentication, instead of using Windows authentication first.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DoUseCertificateFirst As Boolean
bool DoUseCertificateFirst { get; set; }
property bool DoUseCertificateFirst {
    bool get ();
    void set (bool value);
}
abstract DoUseCertificateFirst : bool with get, set
function get DoUseCertificateFirst () : boolean
function set DoUseCertificateFirst (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90ServiceBrokerLanguageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace