Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceSecurityAuditBehavior::AuditLogLocation Property

 

Gets or sets the location where secure-related event logs are written.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property AuditLogLocation AuditLogLocation {
	AuditLogLocation get();
	void set(AuditLogLocation value);
}

Property Value

Type: System.ServiceModel::AuditLogLocation

The AuditLogLocation. The default value is Default.

Exception Condition
ArgumentOutOfRangeException

set and value are not valid members of AuditLogLocation.

To be able to write to AuditLogLocation.Security, the running thread (or process) must possess SeAuditPrivilege.

You can also set this value using the <serviceSecurityAudit> in a client application configuration file.

The following code creates an instance of the ServiceSecurityAuditBehavior class and sets this property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft