ServiceAuthorizationBehavior Class
.NET Framework 4.5
Provides properties related to service authorization behavior.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ServiceAuthorizationBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ServiceAuthorizationBehavior | Initializes a new instance of the ServiceAuthorizationBehavior class. |
| Name | Description | |
|---|---|---|
![]() | ExternalAuthorizationPolicies | Gets or sets a collection of external authorization policies. |
![]() | ImpersonateCallerForAllOperations | Gets or sets a value that indicates whether the service performs impersonation for all the operations that it supports. |
![]() | ImpersonateOnSerializingReply | Gets or sets a value that indicates whether the service performs impersonation on serializing reply. |
![]() | PrincipalPermissionMode | Gets or sets the principal permission mode. |
![]() | RoleProvider | Gets or sets a custom role provider. |
![]() | ServiceAuthorizationManager | Gets or sets the service authorization manager. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ShouldSerializeExternalAuthorizationPolicies | Returns a value that indicates whether the ExternalAuthorizationPolicies property has changed from its default value and should be serialized. |
![]() | ShouldSerializeServiceAuthorizationManager | Returns a value that indicates whether the ServiceAuthorizationManager property has changed from its default value and should be serialized. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceBehavior.AddBindingParameters | Provides the ability to pass custom data to binding elements to support the contract implementation. |
![]() ![]() | IServiceBehavior.ApplyDispatchBehavior | Defines an explicit interface implementation that adds dispatch behaviors to configure the binding. |
![]() ![]() | IServiceBehavior.Validate | Provides the ability to inspect the service host and the service description to confirm that the service can run successfully. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
