SamlAudienceRestrictionCondition Constructors
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.
Initializes a new instance of the SamlAudienceRestrictionCondition class.
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. |
Initializes a new instance of the SamlAudienceRestrictionCondition class.
public:
SamlAudienceRestrictionCondition();
public SamlAudienceRestrictionCondition ();
Public Sub New ()
Applies to
.NET Framework 4.8.1 i druge verzije
Proizvod | Verzije |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of the SamlAudienceRestrictionCondition class with the specified set of audiences a SAML assertion is intended for.
public:
SamlAudienceRestrictionCondition(System::Collections::Generic::IEnumerable<Uri ^> ^ audiences);
public SamlAudienceRestrictionCondition (System.Collections.Generic.IEnumerable<Uri> audiences);
new System.IdentityModel.Tokens.SamlAudienceRestrictionCondition : seq<Uri> -> System.IdentityModel.Tokens.SamlAudienceRestrictionCondition
Public Sub New (audiences As IEnumerable(Of Uri))
Parameters
- audiences
- IEnumerable<Uri>
An IEnumerable<T> of type Uri that contain a set of intended audiences.
Exceptions
audiences
is null
.
Remarks
This constructor sets the Audiences property.
Applies to
.NET Framework 4.8.1 i druge verzije
Proizvod | Verzije |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: