ServiceAuthorizationBehavior Class
Provides properties related to service authorization behavior.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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(ServiceDescription^, ServiceHostBase^, Collection<ServiceEndpoint^>^, BindingParameterCollection^) | Provides the ability to pass custom data to binding elements to support the contract implementation. |
![]() ![]() | IServiceBehavior::ApplyDispatchBehavior(ServiceDescription^, ServiceHostBase^) | Defines an explicit interface implementation that adds dispatch behaviors to configure the binding. |
![]() ![]() | IServiceBehavior::Validate(ServiceDescription^, ServiceHostBase^) | Provides the ability to inspect the service host and the service description to confirm that the service can run successfully. |
Authorization occurs at the service level and at the operation level. This class contains properties related to authorization at the service level.
Available since 3.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.



