Sdílet prostřednictvím


SamlAttributeStatement Konstruktory

Definice

Inicializuje novou instanci SamlAttributeStatement třídy .

Přetížení

SamlAttributeStatement()

Inicializuje novou instanci SamlAttributeStatement třídy .

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

Inicializuje novou instanci SamlAttributeStatement třídy pomocí zadaného předmětu a sady atributů přidružených k předmětu.

SamlAttributeStatement()

Inicializuje novou instanci SamlAttributeStatement třídy .

public:
 SamlAttributeStatement();
public SamlAttributeStatement ();
Public Sub New ()

Platí pro

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

Inicializuje novou instanci SamlAttributeStatement třídy pomocí zadaného předmětu a sady atributů přidružených k předmětu.

public:
 SamlAttributeStatement(System::IdentityModel::Tokens::SamlSubject ^ samlSubject, System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SamlAttribute ^> ^ attributes);
public SamlAttributeStatement (System.IdentityModel.Tokens.SamlSubject samlSubject, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlAttribute> attributes);
new System.IdentityModel.Tokens.SamlAttributeStatement : System.IdentityModel.Tokens.SamlSubject * seq<System.IdentityModel.Tokens.SamlAttribute> -> System.IdentityModel.Tokens.SamlAttributeStatement
Public Sub New (samlSubject As SamlSubject, attributes As IEnumerable(Of SamlAttribute))

Parametry

samlSubject
SamlSubject

A SamlSubject , který určuje předmět deklarace identity.

attributes
IEnumerable<SamlAttribute>

Typ IEnumerable<T>SamlAttribute , který obsahuje sadu atributů přidružených k předmětu.

Výjimky

samlSubject je null.

attributes obsahuje člena, který je null.

-nebo-

attributes obsahuje nula členů.

Poznámky

Následující tabulka určuje vlastnosti nastavené parametry tohoto konstruktoru.

Vlastnost Parametr
Attributes Attributes
SamlSubject samlSubject

Platí pro