Click or drag to resize

ISessionTokenEncodingService Methods

The ISessionTokenEncodingService type exposes the following members.

Methods
 NameDescription
Public methodDecode Attempts to decode a token. Will return the decoded token or throw an exception if the encoded token is invalid.
Public methodEncode Encodes a token such that the result is an opaque value that is tamper resistant and suitable for transport through an unsecure context.
Public methodExtractSessionIdentity Extract the identifier of the session from the encoded token without performing validation
Public methodTryDecode Attempts to decode a token. Will return a decoded token in token if the result is true, null otherwise.
Top
See Also