AuthorizationContext Constructor
Include Protected Members
Include Inherited Members
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Initializes a new instance of the AuthorizationContext class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
AuthorizationContext(IServiceProvider) | Initializes a new instance of the AuthorizationContext class as a template. |
![]() |
AuthorizationContext(Object, String, String, AuthorizationContext) | Initializes a new instance of the AuthorizationContext class with the specified instance, operation, operation type and authorization context. |
![]() |
AuthorizationContext(Object, String, String, IServiceProvider, IDictionary<Object, Object>) | Initializes a new instance of the AuthorizationContext class with the specified instance, operation, operation type, service provider, and items. |
Top