SamlAudienceRestrictionCondition Class
Specifies that a SAML assertion is addressed to a particular audience.
System.IdentityModel.Tokens::SamlCondition
System.IdentityModel.Tokens::SamlAudienceRestrictionCondition
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SamlAudienceRestrictionCondition type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SamlAudienceRestrictionCondition() | Initializes a new instance of the SamlAudienceRestrictionCondition class. |
![]() | SamlAudienceRestrictionCondition(IEnumerable<Uri>) | Initializes a new instance of the SamlAudienceRestrictionCondition class with the specified set of audiences a SAML assertion is intended for. |
| Name | Description | |
|---|---|---|
![]() | Audiences | Gets the set of audiences a SAML assertion is intended for. |
![]() | IsReadOnly | Gets a value that indicates whether the properties of this instance are read-only. (Overrides SamlCondition::IsReadOnly.) |
| Name | Description | |
|---|---|---|
![]() | 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 SamlCondition::MakeReadOnly().) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadXml | Reads the <AudienceRestrictionCondition> element from the specified XML reader. (Overrides SamlCondition::ReadXml(XmlDictionaryReader, SamlSerializer, SecurityTokenSerializer, SecurityTokenResolver).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteXml | Writes the <AudienceRestrictionCondition> element into the specified XML serializer. (Overrides SamlCondition::WriteXml(XmlDictionaryWriter, SamlSerializer, SecurityTokenSerializer).) |
The SamlAudienceRestrictionCondition class corresponds to the <saml:AudienceRestrictionCondition> XML element, which is defined in the OASIS SAML 1.1 specification. The SamlAudienceRestrictionCondition is one of several SamlConditions that can be used to scope a SAML assertion
Use the SamlAudienceRestrictionCondition class to specify a SamlAssertion is intended for a specific audience and that the issuing SAML authority does not warrant the SAML assertion for other audiences that receive the security token. The claims for SamlSecurityToken security tokens are expressed as part of a SamlAssertion, which can optionally have a set of conditions affect the validity of the assertion. One of those conditions is a SamlAudienceRestrictionCondition, which specifies that the assertion is addressed to one or more specific audiences. The issuing SAML authority cannot prevent an unintended recipient from taking action on the basis of the information provided in the SAML assertion. However, the SamlAudienceRestrictionCondition class allows the SAML authority to state explicitly that no warranty is provided to such a party in a machine- and human-readable form.
To specify the set of intended audiences, use the SamlAudienceRestrictionCondition(IEnumerable<Uri>) constructor that accepts a set of audiences. To get the set of intended audiences, access the Audiences 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.
