UserBase.IsAuthenticated Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets a value indicating whether the user is authenticated.

Namespace:  System.ServiceModel.DomainServices.Server.ApplicationServices
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

Syntax

'Declaration
<ExcludeAttribute> _
<ProfileUsageAttribute(IsExcluded := True)> _
Public ReadOnly Property IsAuthenticated As Boolean
    Get
'Usage
Dim instance As UserBase
Dim value As Boolean

value = instance.IsAuthenticated
[ExcludeAttribute]
[ProfileUsageAttribute(IsExcluded = true)]
public bool IsAuthenticated { get; }
[ExcludeAttribute]
[ProfileUsageAttribute(IsExcluded = true)]
public:
virtual property bool IsAuthenticated {
    bool get () sealed;
}
[<ExcludeAttribute>]
[<ProfileUsageAttribute(IsExcluded = true)>]
abstract IsAuthenticated : bool
[<ExcludeAttribute>]
[<ProfileUsageAttribute(IsExcluded = true)>]
override IsAuthenticated : bool
final function get IsAuthenticated () : boolean

Property Value

Type: System.Boolean
true if Name is not nulla null reference (Nothing in Visual Basic) or empty; otherwise, false.

Implements

IIdentity.IsAuthenticated

See Also

Reference

UserBase Class

System.ServiceModel.DomainServices.Server.ApplicationServices Namespace