igcv3 - v1.1.0
    Preparing search index...

    Variable SAN_TYPEConst

    SAN_TYPE: { EMAIL: 1; DNS: 2; URI: 6; IP: 7 } = ...

    Subject Alternative Name (SAN) type identifiers (RFC 5280). Used in X.509 certificate extensions to specify alternative identifiers for a certificate subject.

    Type Declaration

    • ReadonlyEMAIL: 1

      rfc822Name - Email address

    • ReadonlyDNS: 2

      dNSName - DNS hostname

    • ReadonlyURI: 6

      uniformResourceIdentifier - URI

    • ReadonlyIP: 7

      iPAddress - IP address (v4 or v6)