Method | Description | |
---|---|---|
TestAuthenticationService ( UserAccountService svc ) : System |
Method | Description | |
---|---|---|
GetCurrentPrincipal ( ) : |
||
IssueToken ( System principal, System.TimeSpan tokenLifetime = null, bool persistentCookie = null ) : void | ||
RevokeToken ( ) : void |
protected GetCurrentPrincipal ( ) : |
||
return |
protected IssueToken ( System principal, System.TimeSpan tokenLifetime = null, bool persistentCookie = null ) : void | ||
principal | System | |
tokenLifetime | System.TimeSpan | |
persistentCookie | bool | |
return | void |
public TestAuthenticationService ( UserAccountService svc ) : System | ||
svc | UserAccountService | |
return | System |