Queries an X.509 certificate file for selected information with options.
public static string QueryCert( string certFile, string query, X509.Options options )
Public Shared Function QueryCert ( _ certFile As String, _ query As String, _ options As X509.Options _ ) As String
Both binary BER and base64 PEM-format certificates can be read, as can a base64 representation of the certificate.
For a list of valid queries, see the X509.QueryCert(String, String) overload
VB6/C equivalent: X509_QueryCert