ServiceModelSecurityTokenRequirement.AuditLogLocationProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得權杖需求屬性名稱,其值就是在記錄驗證結果時所使用稽核記錄檔的位置 (僅限服務)。
public:
static property System::String ^ AuditLogLocationProperty { System::String ^ get(); };
public static string AuditLogLocationProperty { get; }
member this.AuditLogLocationProperty : string
Public Shared ReadOnly Property AuditLogLocationProperty As String
屬性值
在權杖需求之 Properties 字典中 AuditLogLocation 的索引鍵。
備註
這個屬性名稱之對應值的型別為 AuditLogLocation,其為含有下列成員的列舉型別 (Enumeration):
Application:在作業系統事件記錄檔中的應用程式記錄檔。
Default:由作業系統決定的預設位置。
Security:在事件記錄檔中的安全性記錄檔。