ServiceAuthenticationBehavior.AuthenticationSchemes Propiedad

Definición

Obtiene o establece el valor que representa el esquema de autenticación usado por el servicio.

public:
 property System::Net::AuthenticationSchemes AuthenticationSchemes { System::Net::AuthenticationSchemes get(); void set(System::Net::AuthenticationSchemes value); };
public System.Net.AuthenticationSchemes AuthenticationSchemes { get; set; }
member this.AuthenticationSchemes : System.Net.AuthenticationSchemes with get, set
Public Property AuthenticationSchemes As AuthenticationSchemes

Valor de propiedad

Esquema de autenticación usado por servicio.

Se aplica a