C# 클래스 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.
상속: System.Web.Util.RequestValidator
파일 보기 프로젝트 열기: johnnyhalife/wif.swt

보호된 메소드들

메소드 설명
IsValidRequestString ( HttpContext context, string value, RequestValidationSource requestValidationSource, string collectionKey, int &validationFailureIndex ) : bool

메소드 상세

IsValidRequestString() 보호된 메소드

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
리턴 bool