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!

WindowsIdentity.Type

The type of authentication used to identify the user.

[Visual Basic]
Overridable Public ReadOnly Property Type As String
[C#]
public string Type {virtual get;}
[C++]
public: __property virtual String* get_Type();
[JScript]
public function get Type() : String;

Remarks

Typically "NTLM" for WindowsIdentity objects.

See Also

WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace