Query an X.509 certificate file for selected information with [DEPRECATED] options.
[ObsoleteAttribute("Use X509.QueryCert(String, String, X509.OutputOpts)", false)] public static string QueryCert( string certFile, string query, X509.Options options )
<ObsoleteAttribute("Use X509.QueryCert(String, String, X509.OutputOpts)", _ False)> _ 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