SamlAttributeStatement Class
Contains a set of attributes associated with a particular SamlSubject.
System.IdentityModel.Tokens::SamlStatement
System.IdentityModel.Tokens::SamlSubjectStatement
System.IdentityModel.Tokens::SamlAttributeStatement
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SamlAttributeStatement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SamlAttributeStatement() | Initializes a new instance of the SamlAttributeStatement class. |
![]() | SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>) | Initializes a new instance of the SamlAttributeStatement class using the specified subject and set of attributes associated with the subject. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets a collection of attributes associated with the subject of the SAML assertion. |
![]() | IsReadOnly | Gets a value indicating whether the properties of this instance are read-only. (Overrides SamlSubjectStatement::IsReadOnly.) |
![]() | SamlSubject | Gets or sets the subject of a SamlSecurityToken security token. (Inherited from SamlSubjectStatement.) |
| Name | Description | |
|---|---|---|
![]() | AddClaimsToList | Adds the specified set of claims as attributes to this SAML statement. (Overrides SamlSubjectStatement::AddClaimsToList(IList<Claim>).) |
![]() | CreatePolicy | Creates an authorization policy for a SamlSecurityToken security token. (Inherited from SamlSubjectStatement.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MakeReadOnly | Causes this instance to be read-only. (Overrides SamlSubjectStatement::MakeReadOnly().) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadXml | Reads the SAML attribute statement from the specified XML reader. (Overrides SamlStatement::ReadXml(XmlDictionaryReader, SamlSerializer, SecurityTokenSerializer, SecurityTokenResolver).) |
![]() | SetSubject | Sets the subject of a SamlSecurityToken security token. (Inherited from SamlSubjectStatement.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteXml | Writes the SAML attribute statement into the specified XML serializer. (Overrides SamlStatement::WriteXml(XmlDictionaryWriter, SamlSerializer, SecurityTokenSerializer).) |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
