ServiceModelSecurityTokenRequirement.AuditLogLocationProperty 属性

定义

获取令牌需求属性名,其值为记录身份验证结果时使用的审核日志的位置(仅限服务)。Gets the token requirement property name whose value is the location of the audit log to use when recording the results of the authentication (service only).

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

令牌需求属性字典中 AuditLogLocation 的密钥。The key for the AuditLogLocation in the token requirement's Properties dictionary.

注解

对应于此属性名的值的类型为 AuditLogLocation,该类型是一个包含下列成员的枚举:The value that corresponds to this property name is of type AuditLogLocation, which is an enumeration with the following members:

  • Application:操作系统事件日志中的应用程序日志。Application: The Application log in the operating system Event Log.

  • Default:由操作系统确定的默认位置。Default: The default location, which is determined by the operating system.

  • Security:事件日志中的安全日志。Security: The Security log in the Event Log.

适用于

另请参阅