View Source
  Class Constants.HealthChecks.DocumentationLinks.Security.HttpsCheck
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public static class HttpsCheck
   
  Fields
  
  
    View Source
  
  CheckForValidCertificate
  
  
  Declaration
  
    public const string CheckForValidCertificate = "https://umbra.co/healthchecks-valid-certificate"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  CheckHttpsConfigurationSetting
  
  
  Declaration
  
    public const string CheckHttpsConfigurationSetting = "https://umbra.co/healthchecks-https-config"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  CheckIfCurrentSchemeIsHttps
  
  
  Declaration
  
    public const string CheckIfCurrentSchemeIsHttps = "https://umbra.co/healthchecks-https-request"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |