FrameworkServices.Authorization Field
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.
The descriptor for the authorization service.
public: static initonly Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ Authorization;
public static readonly Microsoft.ServiceHub.Framework.ServiceRpcDescriptor Authorization;
staticval mutable Authorization : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Public Shared ReadOnly Authorization As ServiceRpcDescriptor
Field Value
Remarks
This descriptor defines the default protocol used to communicate with an IAuthorizationService. Requests for this service should include client credentials to impersonate a client other than the local process hosting the authorization service.