C# (CSharp) Microsoft.IdentityModel.Swt Namespace

Сlasses

Name Description
SimpleWebToken Parses an SWT token. See http://groups.google.com/group/oauth-wrap-wg.
SwtConstants
SwtFederationRequestValidator This SwtFederationRequestValidator validates the wresult parameter of the WS-Federation passive protocol by checking for a SimpleWebToken on Result parameter. The validity of the message contents are verified later by the SwtSecurityTokenHandler.
SwtIssuerNameRegistry Custom registry that resolves the issuer name for a SimpleWebToken to one of the configured trusted issuers. If no trusted issuer is specified, the token will not be accepted.
SwtIssuerTokenResolver Resolves a SwtSecurityKeyClause to the SWT signing key specified in appSettings with the SigningKeyAppSetting key.
SwtSecurityKeyClause The SwtSecurityTokenHandler passes an instance of this clause to the SwtIssuerTokenResolver so that it knows it's an SWT that has already been verified against the SwtIssuerNameRegistry trusted issuers list.
SwtSecurityTokenHandler Handles SWT tokens.