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!

PrincipalPermissionAttribute.Authenticated

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);

Property Value

True indicates that the principal has been authenticated.

See Also

PrincipalPermissionAttribute Class | PrincipalPermissionAttribute Members | System.Security.Permissions Namespace