C# Class dk.nita.saml20.Validation.DKSaml20StatementValidator

Inheritance: ISaml20StatementValidator
Show file Open project: symplified/Symplified.Auth

Public Methods

Method Description
ValidateStatement ( dk.nita.saml20.Schema.Core.StatementAbstract statement ) : void

Private Methods

Method Description
ValidateAttributeStatement ( dk.nita.saml20.Schema.Core.AttributeStatement attributeStatement ) : void
ValidateAuthnStatement ( dk.nita.saml20.Schema.Core.AuthnStatement authnStatement ) : void
ValidateAuthzDecisionStatement ( ) : void

Method Details

ValidateStatement() public method

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