Sdílet prostřednictvím


ServiceSecurityAuditElement.ServiceAuthorizationAuditLevel Vlastnost

Definice

Získá nebo nastaví typy událostí autorizace, které jsou zaznamenány v protokolu auditu.

public:
 property System::ServiceModel::AuditLevel ServiceAuthorizationAuditLevel { System::ServiceModel::AuditLevel get(); void set(System::ServiceModel::AuditLevel value); };
[System.Configuration.ConfigurationProperty("serviceAuthorizationAuditLevel", DefaultValue=System.ServiceModel.AuditLevel.None)]
public System.ServiceModel.AuditLevel ServiceAuthorizationAuditLevel { get; set; }
[<System.Configuration.ConfigurationProperty("serviceAuthorizationAuditLevel", DefaultValue=System.ServiceModel.AuditLevel.None)>]
member this.ServiceAuthorizationAuditLevel : System.ServiceModel.AuditLevel with get, set
Public Property ServiceAuthorizationAuditLevel As AuditLevel

Hodnota vlastnosti

Platná AuditLevel hodnota, která určuje typ událostí autorizace, které jsou zaznamenány v protokolu auditu. Výchozí hodnota je None.

Atributy

Platí pro