Searched refs:SupportsSSLClientAuth (Results 1 – 2 of 2) sorted by relevance
249 bool SupportsSSLClientAuth() const;
1134 bool X509Certificate::SupportsSSLClientAuth() const { in SupportsSSLClientAuth() function in net::X509Certificate1253 if (cert->HasExpired() || !cert->SupportsSSLClientAuth()) in GetSSLClientCertificates()