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

Indicates whether the user has been authenticated by Windows.

[Visual Basic]
Overridable Public ReadOnly Property IsAuthenticated As Boolean
[C#]
public bool IsAuthenticated {virtual get;}
[C++]
public: __property virtual bool get_IsAuthenticated();
[JScript]
public function get IsAuthenticated() : Boolean;

Property Value

True if user is authenticated.

See Also

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