ServiceHostBase.Authorization Özellik

Tanım

Barındırılan hizmetin yetkilendirme davranışını alır.

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

Özellik Değeri

ServiceAuthorizationBehavior

ServiceAuthorizationBehavior barındırılan hizmet için.

Örnekler

ServiceAuthorizationBehavior authorization =
    hostDefault.Authorization;

Şunlara uygulanır