ServiceHostBase.Authorization Eigenschap

Definitie

Hiermee haalt u het autorisatiegedrag voor de gehoste service op.

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

Waarde van eigenschap

De ServiceAuthorizationBehavior service die wordt gehost.

Voorbeelden

ServiceAuthorizationBehavior authorization =
    hostDefault.Authorization;

Van toepassing op