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!

IIdentity.Type

The type of authentication used to identify the user.

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

Property Value

Type should be set to the empty string or a string representing a type of authentication understood by the application (Basic auth, NTLM, Kerberos, Passport, etc.)

See Also

IIdentity Interface | IIdentity Members | System.Security.Principal Namespace