ClearAuthState() public méthode

Clear any pre-existing auth state. Will force log on the next time this handler is used for a request.
public ClearAuthState ( ) : void
Résultat void
Exemple #1
0
 /// <summary>
 ///     Disconnect the client from AA. Will force logon on the next request if required.
 /// </summary>
 public void Disconnect()
 {
     _client.Dispose();
     _handlerFactory.ClearAuthState();
 }