2.2.3.1 IngressProtector

The IngressProtector element denotes the entire ingress protector, as defined in section 2.2.2.3, as serialized to a file and converted to a base64-encoded binary string.

 <xs:element name="IngressProtector">
    <xs:annotation>
       <xs:documentation>The ingress protector.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
       <xs:restriction base="xs:base64Binary">
          <xs:minLength value="1"/>
       </xs:restriction>
    </xs:simpleType>
 </xs:element>