WebAuthenticationFailureAuditEvent::NameToAuthenticate Property

 

Gets the name of the user to authenticate.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property String^ NameToAuthenticate {
	String^ get();
}

Property Value

Type: System::String^

The name of the user to authenticate.

Only the success audits should include the name of the authenticated user. The failure audits should not include the user name, since they typically result from failed decryption or validation.

The following code example shows how to use NameToAuthenticate property.

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

.NET Framework
Available since 2.0
Return to top
Show: