Enum SecureContextType
Indicates whether the frame is a secure context and why it is the case.
[JsonConverter(typeof(JsonStringEnumConverter<SecureContextType>))]
public enum SecureContextType
Fields
InsecureAncestor = 3InsecureScheme = 2Secure = 0SecureLocalhost = 1