ComponentSpace SAML Class Library Reference

AttributeStatement Class

Represents an attribute statement.

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

System.Object
   ComponentSpace.SAML.Assertions.SubjectStatement
      ComponentSpace.SAML.Assertions.AttributeStatement

[Visual Basic]
Public Class AttributeStatement
    Inherits SubjectStatement
[C#]
public class AttributeStatement : SubjectStatement

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

AttributeStatement Members | ComponentSpace.SAML.Assertions Namespace