IsAuthenticated() public méthode

Checks whether the user is currently authenticated
public IsAuthenticated ( ) : bool
Résultat bool
 public void IsAuthenticatedTest_False()
 {
     Assert.IsFalse(wrapper.IsAuthenticated());
 }