ComponentSpace SAML Class Library Reference

SubjectQuery Class

Represents a subject query.

For a list of all members of this type, see SubjectQuery Members.

System.Object
   ComponentSpace.SAML.Assertions.SubjectQuery
      ComponentSpace.SAML.Assertions.AttributeQuery
      ComponentSpace.SAML.Assertions.AuthenticationQuery
      ComponentSpace.SAML.Assertions.AuthorizationDecisionQuery

[Visual Basic]
MustInherit Public Class SubjectQuery
    Implements IQuery
[C#]
public abstract class SubjectQuery : IQuery

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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

SubjectQuery Members | ComponentSpace.SAML.Assertions Namespace