RecipientServiceModelSecurityTokenRequirement.AuditLogLocation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定稽核記錄檔的位置。
public:
property System::ServiceModel::AuditLogLocation AuditLogLocation { System::ServiceModel::AuditLogLocation get(); void set(System::ServiceModel::AuditLogLocation value); };
public System.ServiceModel.AuditLogLocation AuditLogLocation { get; set; }
member this.AuditLogLocation : System.ServiceModel.AuditLogLocation with get, set
Public Property AuditLogLocation As AuditLogLocation
屬性值
稽核記錄檔的位置。
備註
AuditLogLocation 為具有下列成員的列舉:
Application:在作業系統事件記錄檔中的應用程式記錄檔。
Default:由作業系統決定的預設位置。
Security:在事件記錄檔中的安全性記錄檔。