| 
            
              AntiForgeryConfigRequireSsl Property
             | 
          
        
        
            Specifies whether SSL is required for the anti-forgery system
            to operate. If this setting is 'true' and a non-SSL request
            comes into the system, all anti-forgery APIs will fail.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic static bool RequireSsl { get; set; }Public Shared Property RequireSsl As Boolean
	Get
	Set
public:
static property bool RequireSsl {
	bool get ();
	void set (bool value);
}static member RequireSsl : bool with get, set
GSF.Web.Security.AntiForgeryConfig.get_RequireSsl = function();
GSF.Web.Security.AntiForgeryConfig.set_RequireSsl = function(value);
 View SourceProperty Value
Boolean
See Also