IsAuthenticated() public method

Checks whether the user is currently authenticated
public IsAuthenticated ( ) : bool
return bool
コード例 #1
0
 public void IsAuthenticatedTest_False()
 {
     Assert.IsFalse(wrapper.IsAuthenticated());
 }