ServiceAuthenticationBehavior Klasa

Definicja

Opisuje zachowanie uwierzytelniania usługi.

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
Dziedziczenie
ServiceAuthenticationBehavior
Implementuje

Konstruktory

ServiceAuthenticationBehavior()

Tworzy nowe wystąpienie klasy ServiceAuthenticationBehavior.

Właściwości

AuthenticationSchemes

Pobiera lub ustawia wartość, która reprezentuje schemat uwierzytelniania używany przez usługę.

ServiceAuthenticationManager

Pobiera ServiceAuthenticationManager skojarzoną z tym zachowaniem.

Metody

Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ShouldSerializeAuthenticationSchemes()

Zwraca, czy usługa powinna serializować schematy uwierzytelniania.

ShouldSerializeServiceAuthenticationManager()

true jeśli powinien ServiceAuthenticationManager być serializowany; w przeciwnym razie false .

ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Jawne implementacje interfejsu

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

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

IServiceBehavior.ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)

Implementacja ApplyDispatchBehavior(ServiceDescription, ServiceHostBase) metody .

IServiceBehavior.Validate(ServiceDescription, ServiceHostBase)

Implementacja IServiceBehavior.Validate(ServiceDescription, ServiceHostBase) metody .

Dotyczy