SamlAttributeStatement Class
Contains a set of attributes associated with a particular SamlSubject.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SamlAttributeStatement class corresponds to the <saml:AttributeStatement> XML element that is defined in the OASIS SAML 1.1 specification.
The claims for SamlSecurityToken security tokens are contained in SAML statements, which are in turn contained within a SamlAssertion. One such statement is the SamlAttributeStatement, which binds a set of arbitrary claims to a particular SamlSubject. The claims are represented as a collection of SamlAttribute and are stored in the Attributes property.
System.IdentityModel.Tokens.SamlStatement
System.IdentityModel.Tokens.SamlSubjectStatement
System.IdentityModel.Tokens.SamlAttributeStatement
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.