ComponentSpace SAML Class Library Reference

IQuery Interface

Represents a query.

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

Types that implement IQuery

Type Description
AttributeQuery Represents an attribute query.
AuthenticationQuery Represents an authentication query.
AuthorizationDecisionQuery Represents an authorization decision query.
SubjectQuery Represents a subject query.

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