ISession |
The ISessionTokenEncodingService type exposes the following members.
| Name | Description | |
|---|---|---|
| Decode | Attempts to decode a token. Will return the decoded token or throw an exception if the encoded token is invalid. | |
| Encode | Encodes a token such that the result is an opaque value that is tamper resistant and suitable for transport through an unsecure context. | |
| ExtractSessionIdentity | Extract the identifier of the session from the encoded token without performing validation | |
| TryDecode | Attempts to decode a token. Will return a decoded token in token if the result is true, null otherwise. |