Esempio n. 1
0
 public IAsyncResult BeginAuthenticateAsServer(X509Certificate serverCertificate, AsyncCallback asyncCallback, object asyncState)
 {
     return(Impl.BeginAuthenticateAsServer(serverCertificate, asyncCallback, asyncState));
 }