xml.CryptoX509.getIdentifier

Gets the identification part of a X509 certificate

Syntax

getIdentifier()
  RETURNS STRING

Usage

Returns the identification part of the 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).