DispatchRuntime.ServiceAuthorizationManager 属性
定义
获取 ServiceAuthorizationManager,以提供对 DispatchRuntime 的授权检查。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
属性值
一个 ServiceAuthorizationManager,用于提供对 DispatchRuntime 的授权检查。A ServiceAuthorizationManager that provides authorization checking for the DispatchRuntime.