ServiceHostBase.Authorization プロパティ

定義

ホストされるサービスの承認動作を取得します。

public:
 property System::ServiceModel::Description::ServiceAuthorizationBehavior ^ Authorization { System::ServiceModel::Description::ServiceAuthorizationBehavior ^ get(); };
public System.ServiceModel.Description.ServiceAuthorizationBehavior Authorization { get; }
member this.Authorization : System.ServiceModel.Description.ServiceAuthorizationBehavior
Public ReadOnly Property Authorization As ServiceAuthorizationBehavior

プロパティ値

ServiceAuthorizationBehavior

ホストされるサービスの ServiceAuthorizationBehavior

ServiceAuthorizationBehavior authorization =
    hostDefault.Authorization;

適用対象