The KeyStore class / xml.KeyStore methods |
Registers the given X509 certificate as a trusted certificate for the application. It will be used for signature verification if no other certificate was set for that purpose.
xml.KeyStore.AddTrustedCertificate( cert xml.CryptoX509 )
Registers the given X509 certificate as a trusted certificate for the application. It will be used for signature verification if no other certificate was set for that purpose.
Has the same effect as the FGLPROFILE entry xml.keystore.calist.
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).