EndProcessAuthentication() private méthode

private EndProcessAuthentication ( IAsyncResult result ) : void
result IAsyncResult
Résultat void
Exemple #1
0
 public virtual void EndAuthenticateAsClient(IAsyncResult asyncResult)
 {
     _sslState.EndProcessAuthentication(asyncResult);
 }