ServiceHostBase.Authentication Propiedad

Definición

Obtiene el comportamiento de autenticación de servicio.

public:
 property System::ServiceModel::Description::ServiceAuthenticationBehavior ^ Authentication { System::ServiceModel::Description::ServiceAuthenticationBehavior ^ get(); };
public System.ServiceModel.Description.ServiceAuthenticationBehavior Authentication { get; }
member this.Authentication : System.ServiceModel.Description.ServiceAuthenticationBehavior
Public ReadOnly Property Authentication As ServiceAuthenticationBehavior

Valor de propiedad

ServiceAuthenticationBehavior

El comportamiento de autenticación de servicio.

Se aplica a