RecipientServiceModelSecurityTokenRequirement.AuditLogLocation Property

Definition

Gets or sets the audit log location.

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

Property Value

The audit log location.

Remarks

The AuditLogLocation is an enumeration with the following members:

  • Application: The application log in the operating system Event Log.

  • Default: The default location, which is determined by the operating system.

  • Security: The security log in the event log.

Applies to