DispatchRuntime.ServiceAuthorizationManager Property

Definition

Gets the ServiceAuthorizationManager that provides authorization checking for the DispatchRuntime.

public:
 property System::ServiceModel::ServiceAuthorizationManager ^ ServiceAuthorizationManager { System::ServiceModel::ServiceAuthorizationManager ^ get(); void set(System::ServiceModel::ServiceAuthorizationManager ^ value); };
public System.ServiceModel.ServiceAuthorizationManager ServiceAuthorizationManager { get; set; }
member this.ServiceAuthorizationManager : System.ServiceModel.ServiceAuthorizationManager with get, set
Public Property ServiceAuthorizationManager As ServiceAuthorizationManager

Property Value

A ServiceAuthorizationManager that provides authorization checking for the DispatchRuntime.

Applies to