NET authentication service issues an authentication ticket as an HTTPcookie that is compatible with ASP.
NET 验证服务会发出一个验证票证,以做为相容于 ASP。
2
The token is encrypted and signed by use of a password and a public/private key pair, stored in an HTTPcookie, and included in all requests for the configured SSO domain.
Using authentication mechanisms outside of the SOAP envelope (such as passing a cookie around) introduces a dependency on a particular protocol (HTTP).