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::SuppressAuditFailure Property

 

Gets or sets a value that indicates whether failure to audit affects the application.

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

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

Property Value

Type: System::Boolean

true if failure to audit does not affect the application; otherwise, false. The default is true.

If this property is false, failure to audit causes an exception to be thrown and results in user request failure.

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