| 
            
              SessionHandlerAuthenticationToken Property
             | 
          
        
        
            Gets the token used for identifying the authentication token in cookie headers.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic string AuthenticationToken { get; }Public ReadOnly Property AuthenticationToken As String
	Get
public:
property String^ AuthenticationToken {
	String^ get ();
}member AuthenticationToken : string with get
function get_AuthenticationToken();
 View SourceProperty Value
String
See Also