Click or drag to resize

UserDataIsAuthenticated Property

Gets a boolean value indicating whether or not the user has been authenticated.

Namespace:  GSF.Security
Assembly:  GSF.Security (in GSF.Security.dll) Version: 2.2.98-beta
Syntax
[XmlElementAttribute]
[DataMemberAttribute(Order = 15)]
public bool IsAuthenticated { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also