RecipientServiceModelSecurityTokenRequirement.AuditLogLocation 属性

定义

获取或设置审核日志的位置。

public:
 property System::ServiceModel::AuditLogLocation AuditLogLocation { System::ServiceModel::AuditLogLocation get(); void set(System::ServiceModel::AuditLogLocation value); };
public System.ServiceModel.AuditLogLocation AuditLogLocation { get; set; }
member this.AuditLogLocation : System.ServiceModel.AuditLogLocation with get, set
Public Property AuditLogLocation As AuditLogLocation

属性值

AuditLogLocation

审核日志位置。

注解

AuditLogLocation 是一个包含下列成员的枚举:

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

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

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

适用于