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

Indicates whether or not authentication took place.

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

Property Value

True if the user was authenticated. False if the IIdentity represents an unauthenticated user.

See Also

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