PrincipalPermissionAttribute::Authenticated Property

 

Gets or sets a value indicating whether the current principal has been authenticated by the underlying role-based security provider.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool Authenticated {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the current principal has been authenticated; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: