ServiceModelSecurityTokenRequirement.AuditLogLocationProperty 属性

定义

获取令牌需求属性名,其值为记录身份验证结果时使用的审核日志的位置(仅限服务)。

public:
 static property System::String ^ AuditLogLocationProperty { System::String ^ get(); };
public static string AuditLogLocationProperty { get; }
static member AuditLogLocationProperty : string
Public Shared ReadOnly Property AuditLogLocationProperty As String

属性值

令牌需求属性字典中 AuditLogLocation 的密钥。

注解

对应于此属性名的值的类型为 AuditLogLocation,该类型是一个包含下列成员的枚举:

  • Application:操作系统事件日志中的应用程序日志。

  • Default:由操作系统确定的默认位置。

  • Security:事件日志中的安全日志。

适用于

另请参阅