Authenticates over the socket.
Namespace: OpenQA.Selenium.Safari.InternalAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public void Authenticate( X509Certificate2 certificate )
Parameters
- certificate
- Type:
System.Security.Cryptography.X509Certificates X509Certificate2
AnX509Certificate2 that specifies authentication information.
Implements
ISocket Authenticate(X509Certificate2)See Also