Compartir a través de


AuthenticationEndpointProtocolOption.AuthenticationTypes (Propiedad)

Obtiene o establece los tipos de autenticación.

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

Sintaxis

'Declaración
Public Property AuthenticationTypes As AuthenticationTypes
    Get
    Set
public AuthenticationTypes AuthenticationTypes { get; set; }
public:
property AuthenticationTypes AuthenticationTypes {
    AuthenticationTypes get ();
    void set (AuthenticationTypes value);
}
member AuthenticationTypes : AuthenticationTypes with get, set
function get AuthenticationTypes () : AuthenticationTypes
function set AuthenticationTypes (value : AuthenticationTypes)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationTypes
Devuelve un valor de enumeración AuthenticationTypes.

Seguridad de .NET Framework

Vea también

Referencia

AuthenticationEndpointProtocolOption Clase

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