EndProcessAuthentication() private method

private EndProcessAuthentication ( IAsyncResult result ) : void
result IAsyncResult
return void
Example #1
0
 public virtual void EndAuthenticateAsClient(IAsyncResult asyncResult)
 {
     _sslState.EndProcessAuthentication(asyncResult);
 }