ServiceAuthenticationBehavior Class
Describes the service’s authentication behavior.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | ServiceAuthenticationBehavior() | Creates a new instance of ServiceAuthenticationBehavior. |
| Name | Description | |
|---|---|---|
![]() | AuthenticationSchemes | Gets or sets the value that represents the authentication scheme used by the service. |
![]() | ServiceAuthenticationManager | Gets the ServiceAuthenticationManager associated with this behavior. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ShouldSerializeAuthenticationSchemes() | Returns whether the service should serialize authentication schemes. |
![]() | ShouldSerializeServiceAuthenticationManager() | true if the ServiceAuthenticationManager should be serialized; otherwise, false. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceBehavior::AddBindingParameters(ServiceDescription^, ServiceHostBase^, Collection<ServiceEndpoint^>^, BindingParameterCollection^) | An implementation of the AddBindingParameters method. |
![]() ![]() | IServiceBehavior::ApplyDispatchBehavior(ServiceDescription^, ServiceHostBase^) | An implementation of the ApplyDispatchBehavior method. |
![]() ![]() | IServiceBehavior::Validate(ServiceDescription^, ServiceHostBase^) | An implementation of the IServiceBehavior::Validate method. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



