Indicates whether or not the current principal has been authenticated by the underlying role-based security provider.
[Visual Basic] Public Property Authenticated As Boolean [C#] public bool Authenticated {get; set;} [C++] public: __property bool get_Authenticated(); public: __property void set_Authenticated(bool); [JScript] public function get Authenticated() : Boolean; public function set Authenticated(Boolean);
True indicates that the principal has been authenticated.
PrincipalPermissionAttribute Class | PrincipalPermissionAttribute Members | System.Security.Permissions Namespace