|   | AuthenticationOptionsAjaxRequestVerificationToken Property | 
        
        
            Gets or sets token to specify when using AJAX for request verification tokens.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string AjaxRequestVerificationToken { get; }Public ReadOnly Property AjaxRequestVerificationToken As String
	Get
public:
property String^ AjaxRequestVerificationToken {
	String^ get ();
}member AjaxRequestVerificationToken : string with get
function get_AjaxRequestVerificationToken();
Property Value
String See Also
See Also