xml.CryptoX509.getIdentifier

Gets the identification part of an X509 certificate

Syntax

getIdentifier()
  RETURNING idpart STRING

Usage

Returns the identification part of this X509 certificate in a STRING.

Example: /C=FR/ST=France/L=Schiltigheim/O=MC/OU=My Company Name/CN=cert

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).