ComponentSpace SAML Class Library Reference

IStatement Interface

Represents a statement.

[Visual Basic]
Public Interface IStatement
[C#]
public interface IStatement

Types that implement IStatement

Type Description
AttributeStatement Represents an attribute statement.
AuthenticationStatement Represents an authentication statement.
AuthorizationDecisionStatement Represents an authorization decision statement.
SubjectStatement Represents a subject statement.

Remarks

Refer to the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) V1.1 specification for further details.

Requirements

Namespace: ComponentSpace.SAML.Assertions

Assembly: ComponentSpace.SAML (in ComponentSpace.SAML.dll)

See Also

ComponentSpace.SAML.Assertions Namespace