ServiceModelSecurityTokenRequirement.AuditLogLocationProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取令牌需求属性名,其值为记录身份验证结果时使用的审核日志的位置(仅限服务)。
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:事件日志中的安全日志。