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.AuthenticationType

The authentication scheme used by the host. Taken from the list of authentication types included in System.Net.AuthenticationTypes.

[Visual Basic]
ReadOnly Property AuthenticationType As String
[C#]
string AuthenticationType {get;}
[C++]
String* get_AuthenticationType() = 0;
[JScript]
abstract function get AuthenticationType() : String;

Remarks

The valid authentication types are listed in the System.Net.AuthenticationType class

See Also

IAuthenticationModule Interface | IAuthenticationModule Members | System.Net Namespace