ADC Advanced Policy Expressions

AUTH_KEYID_T


Represents the Authority Key Identifier Extension of the X509V3 certificate.

This topic lists the expressions that are provided by this class.

  • CERT_SERIALNUMBER

    Returns the SerialNumber field of the Authority Key Identifier as a blob.

Returns: text_t

  • EXISTS

    Returns boolean TRUE if the Authority Key Identifier extension exists in the certificate, otherwise returns boolean FALSE.

Returns: bool_at

  • ISSUER_NAME

    Returns the Issuer Distinguished Name as a '/' seperated Name-Value pair list, where '=' seperates the Name and the Value. Example: /C=IN/ST=KA/L=BLR/O=Netscaler Pvt Ltd/OU=www.netscaler.com/CN=www.netscaler.com/emailAddress=ns@ns.com

Returns: nvlist_t

  • KEYID

    Returns the keyIdentifier field of the Authority Key Identifier as a blob.

Returns: text_t

AUTH_KEYID_T

In this article