C# Class Microsoft.IdentityModel.Swt.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.
Inheritance: System.Web.Util.RequestValidator
Afficher le fichier Open project: johnnyhalife/wif.swt

Méthodes protégées

Méthode Description
IsValidRequestString ( HttpContext context, string value, RequestValidationSource requestValidationSource, string collectionKey, int &validationFailureIndex ) : bool

Method Details

IsValidRequestString() protected méthode

protected IsValidRequestString ( HttpContext context, string value, RequestValidationSource requestValidationSource, string collectionKey, int &validationFailureIndex ) : bool
context System.Web.HttpContext
value string
requestValidationSource RequestValidationSource
collectionKey string
validationFailureIndex int
Résultat bool