ServiceAuthenticationBehavior Classe

Définition

Décrit le comportement d’authentification du service.

public ref class ServiceAuthenticationBehavior sealed : System::ServiceModel::Description::IServiceBehavior
public sealed class ServiceAuthenticationBehavior : System.ServiceModel.Description.IServiceBehavior
type ServiceAuthenticationBehavior = class
    interface IServiceBehavior
Public NotInheritable Class ServiceAuthenticationBehavior
Implements IServiceBehavior
Héritage
ServiceAuthenticationBehavior
Implémente

Constructeurs

ServiceAuthenticationBehavior()

Crée une instance de ServiceAuthenticationBehavior.

Propriétés

AuthenticationSchemes

Obtient ou définit la valeur qui représente le schéma d'authentification utilisé par le service.

ServiceAuthenticationManager

Obtient le ServiceAuthenticationManager associé à ce comportement.

Méthodes

Equals(Object)

Détermine si l'objet spécifié est égal à l'objet actuel.

(Hérité de Object)
GetHashCode()

Fait office de fonction de hachage par défaut.

(Hérité de Object)
GetType()

Obtient le Type de l'instance actuelle.

(Hérité de Object)
MemberwiseClone()

Crée une copie superficielle du Object actuel.

(Hérité de Object)
ShouldSerializeAuthenticationSchemes()

Retourne si le service doit sérialiser les schémas d'authentification.

ShouldSerializeServiceAuthenticationManager()

true si ServiceAuthenticationManager doit être sérialisé ; sinon, false.

ToString()

Retourne une chaîne qui représente l'objet actuel.

(Hérité de Object)

Implémentations d’interfaces explicites

IServiceBehavior.AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection)

Implémentation de la méthode AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection).

IServiceBehavior.ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)

Implémentation de la méthode ApplyDispatchBehavior(ServiceDescription, ServiceHostBase).

IServiceBehavior.Validate(ServiceDescription, ServiceHostBase)

Implémentation de la méthode IServiceBehavior.Validate(ServiceDescription, ServiceHostBase).

S’applique à