ServiceModelSecurityTokenRequirement.AuditLogLocationProperty 屬性

定義

取得權杖需求屬性名稱,其值就是在記錄驗證結果時所使用稽核記錄檔的位置 (僅限服務)。

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

屬性值

String

在權杖需求之 Properties 字典中 AuditLogLocation 的索引鍵。

備註

這個屬性名稱之對應值的型別為 AuditLogLocation,其為含有下列成員的列舉型別 (Enumeration):

  • Application:在作業系統事件記錄檔中的應用程式記錄檔。

  • Default:由作業系統決定的預設位置。

  • Security:在事件記錄檔中的安全性記錄檔。

適用於

另請參閱