Compartir a través de


ISql90ServiceBrokerLanguageSpecifier.DoUseCertificateFirst (Propiedad)

Obtiene o establece un valor que indica si el extremo debe intentar usar primero el certificado para la autenticación y, a continuación, revertir a la autenticación de Windows, en lugar de usar primero la autenticación de Windows.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property DoUseCertificateFirst As Boolean
    Get
    Set
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90ServiceBrokerLanguageSpecifier Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)