SSPI token
SSPI tokens can be exchanged between client and server as part of the authentication process.
SSPI stands for Security Support Provider Interface and is a security protocol from Microsoft.
These tokens are normally opaque, but if you really know what you're doing, you can access, and even change, their (raw) payload.
Properties
Properties
byte[] sspiBuffer: the raw payload of the token.