AuthenticatedContext

Description

Returns the name of the security context.

See also

IsAuthenticated, AuthenticatedUser, IsAuthorized, cfauthenticate

Syntax

AuthenticatedContext() 

Example

<!--- This snippet shows how to use AuthenticatedContext --->
<html>
<head>
<title>
AuthenticatedContext Example
</title>
</head>

<body bgcolor = silver>
<H3>AuthenticatedContext Example</H3>

<P>Secure context is: <cfoutput>AuthenticatedContext()</cfoutput></P>
.
.
.
<html>
<head>