xml.CryptoX509.getFeature

Get the value of a given feature of a CryptoX509 object.

Syntax

getFeature(
   feature STRING )
  RETURNING value STRING
  1. feature is a feature of the CryptoX509 object.

Usage

Returns the value of the given feature for this CryptoX509 object, or NULL if feature is not set.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.