C# 클래스 dk.nita.saml20.Validation.DKSaml20StatementValidator

상속: ISaml20StatementValidator
파일 보기 프로젝트 열기: symplified/Symplified.Auth

공개 메소드들

메소드 설명
ValidateStatement ( dk.nita.saml20.Schema.Core.StatementAbstract statement ) : void

비공개 메소드들

메소드 설명
ValidateAttributeStatement ( dk.nita.saml20.Schema.Core.AttributeStatement attributeStatement ) : void
ValidateAuthnStatement ( dk.nita.saml20.Schema.Core.AuthnStatement authnStatement ) : void
ValidateAuthzDecisionStatement ( ) : void

메소드 상세

ValidateStatement() 공개 메소드

public ValidateStatement ( dk.nita.saml20.Schema.Core.StatementAbstract statement ) : void
statement dk.nita.saml20.Schema.Core.StatementAbstract
리턴 void