This documentation is archived and is not being maintained.
ServiceAuthorizationBehavior Class
Visual Studio 2010
Provides properties related to service authorization behavior.
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. |
![]() | 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 | 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
