Enum MixedContentResolutionStatus
MixedContentResolutionStatus
[JsonConverter(typeof(JsonEnumMemberConverter<MixedContentResolutionStatus>))]
public enum MixedContentResolutionStatus
Fields
[EnumMember(Value = "MixedContentAutomaticallyUpgraded")] MixedContentAutomaticallyUpgraded = 1Enumerated member for the MixedContentAutomaticallyUpgraded value.
[EnumMember(Value = "MixedContentBlocked")] MixedContentBlocked = 0Enumerated member for the MixedContentBlocked value.
[EnumMember(Value = "MixedContentWarning")] MixedContentWarning = 2Enumerated member for the MixedContentWarning value.