Saml2Conditions.AudienceRestrictions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of Saml2AudienceRestriction that the assertion is addressed to. [Saml2Core, 2.5.1]
public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2AudienceRestriction> AudienceRestrictions { get; }
member this.AudienceRestrictions : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2AudienceRestriction>
Public ReadOnly Property AudienceRestrictions As ICollection(Of Saml2AudienceRestriction)