DispatchRuntime::ServiceAuthorizationManager Property

 

Gets the ServiceAuthorizationManager that provides authorization checking for the DispatchRuntime.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property ServiceAuthorizationManager^ ServiceAuthorizationManager {
	ServiceAuthorizationManager^ get();
	void set(ServiceAuthorizationManager^ value);
}

Property Value

Type: System.ServiceModel::ServiceAuthorizationManager^

A ServiceAuthorizationManager that provides authorization checking for the DispatchRuntime.

.NET Framework
Available since 3.0
Return to top
Show: