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: журнал безопасности в журнале событий.

Применяется к