NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IAuthenticationModule.CanPreAuthenticate

Indicates whether the module implementing the interface supports pre-authentication.

[Visual Basic]
ReadOnly Property CanPreAuthenticate As Boolean
[C#]
bool CanPreAuthenticate {get;}
[C++]
bool get_CanPreAuthenticate() = 0;
[JScript]
abstract function get CanPreAuthenticate() : Boolean;

See Also

IAuthenticationModule Interface | IAuthenticationModule Members | System.Net Namespace