Returns information about the current client X509 certificate This function will return information about the current client X509 certificate (if successfully verified). If there is no valid X509 certificate or the requested information is not available it will return NULL. If the optional cert_or_key_name is supplied it should contain a encoded certificate (by default format is PEM). The certificate info is read from the first certificate in that string. If the optional cert_or_key_name is supplied and in_format is equal to 3 (integer) the function will try to retrieve the certificate registered in the current user's key store by name contained in cert_or_key_name.
Returns information about the current client X509 certificate
This function will return information about the current client X509 certificate
(if successfully verified). If there is no valid X509 certificate or the requested
information is not available it will return NULL.
If the optional cert_or_key_name is supplied it should contain
a encoded certificate (by default format is PEM). The certificate info is read from the first certificate in
that string.
If the optional cert_or_key_name is supplied and in_format
is equal to 3 (integer) the function will try to retrieve the certificate registered in the current user's
key store by name contained in cert_or_key_name.