TrustedCertificate (APN element)

The TrustedCertificate element specifies a trusted certificate for the specified operator.

Usage

<TrustedCertificate SubjectName=”xs:string” IssuerName=”xs:string”>
</TrustedCertificate>

Attributes

Attribute Type Required Description

SubjectName

xs:string

Yes

The subject name of the certificate.

IssuerName

xs:string

Yes

The issuer name of the certificate.

Child elements

There are no child elements.

Parent elements

Element Description

TrustedCertificateList

Specifies a list of trusted certificates for the operator.

XSD

<xs:element ref="TrustedCertificate" maxOccurs="unbounded"/>

<xs:element name="TrustedCertificate">
  <xs:complexType>
    <xs:attribute name="SubjectName" type="xs:string" use="required"/>
    <xs:attribute name="IssuerName" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

Remarks

The TrustedCertificate element is optional.