|
| void | Initialize (string secret, string authSecret, TimeSpan expirationtime, string tokenIssuer="") |
| |
| virtual AuthenticationToken | CreateAuthenticationToken (IAuthenticateRequest authRequest, AuthSettings authSettings, string userId, Dictionary< string, object > authCookie) |
| |
| AuthenticationToken | CreateAuthenticationToken (string userId, IAuthenticateRequest authRequest) |
| | Create a renewed Authentication Token on Master server - to be validated on GS More...
|
| |
| string | EncryptAuthenticationToken (AuthenticationToken token, bool renew) |
| |
| bool | DecryptAuthenticationToken (string authTokenEncrypted, out AuthenticationToken authToken, out string errorMsg) |
| |
| bool | DecryptAuthenticationTokenV1 (string authTokenEncrypted, out AuthenticationToken authToken, out string errorMsg) |
| |
| bool | DecryptAuthenticationTokenV2 (string authTokenEncrypted, out AuthenticationToken authToken, out string errorMsg) |
| |
| byte[] | EncryptAuthenticationTokenBinary (AuthenticationToken token, bool renew) |
| |
| bool | DecryptAuthenticationTokenBinary (byte[] authTokenEncrypted, int offset, int len, out AuthenticationToken authToken, out string errorMsg) |
| |
| string | EncryptAuthenticationTokenV2 (AuthenticationToken token, bool renew) |
| |