VeraId member identity bundle containing certificates and DNSSEC chain

Hierarchy

  • Chain
    • MemberIdBundle

Constructors

Properties

dnssecChainSchema: DnssecChainSchema
memberCertificateSchema: Certificate
orgCertificateSchema: Certificate

Accessors

Methods

  • Verify the chain and return the member information.

    Parameters

    • serviceOid: string

      The service OID to verify

    • datePeriod: DatePeriod

      The date period to verify

    • Optional dnssecTrustAnchors: readonly TrustAnchor[]

      The DNSSEC trust anchors to use for verification

    Returns Promise<Member>

    The member information

Generated using TypeDoc