|   | AuthenticationOptionsAuthenticationToken Property | 
        
        
            Gets or sets the token used for identifying the authentication token in cookie headers.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string AuthenticationToken { get; set; }Public Property AuthenticationToken As String
	Get
	Set
public:
property String^ AuthenticationToken {
	String^ get ();
	void set (String^ value);
}member AuthenticationToken : string with get, set
function get_AuthenticationToken();
function set_AuthenticationToken(value);
Property Value
String See Also
See Also