WindowsAuthenticationNonDefaultCredentials Property
If the credentials are for Windows Authentication and require non default Windows Authentication credentials (i.e. credentials that are different than the current user), then this will return those credentials. Otherwise, this returns null.
Syntax
public abstract System.Net.NetworkCredential WindowsAuthenticationNonDefaultCredentials {get;}Public MustOverride ReadOnly Property WindowsAuthenticationNonDefaultCredentials As System.Net.NetworkCredential