@nospamproxy/core
    Preparing search index...

    Representation of a parsed X500 distinguished name. Keys are stored in upper case and compared case insensitive.

    Index

    Accessors

    • get commonName(): string | null

      Returns string | null

    • get country(): string | null

      Returns string | null

    • get displayName(): string | string[]

      Returns string | string[]

    • get domainComponent(): string | null

      Returns string | null

    • get email(): string | null

      Returns string | null

    • get lastValue(): string[] | undefined

      Get the last specified value.

      Returns string[] | undefined

    • get locality(): string | null

      Returns string | null

    • get organization(): string | null

      Returns string | null

    • get organizationalUnit(): string | null

      Returns string | null

    • get statePrProvince(): string | null

      Returns string | null

    Methods

    • Parameters

      • key: string

      Returns string | null