ServiceAuthenticationBehavior Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the service's authentication behavior.
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
- Inheritance
-
ServiceAuthenticationBehavior
- Implements
Constructors
ServiceAuthenticationBehavior() |
Creates a new instance of ServiceAuthenticationBehavior. |
Properties
AuthenticationSchemes |
Gets or sets the value that represents the authentication scheme used by the service. |
ServiceAuthenticationManager |
Gets the ServiceAuthenticationManager associated with this behavior. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ShouldSerializeAuthenticationSchemes() |
Returns whether the service should serialize authentication schemes. |
ShouldSerializeServiceAuthenticationManager() |
|
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
Applies to
.NET