FrameworkServices.Authorization Field

Definition

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.

Applies to