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