Udostępnij za pośrednictwem


SamlAttributeStatement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SamlAttributeStatement.

Przeciążenia

SamlAttributeStatement()

Inicjuje nowe wystąpienie klasy SamlAttributeStatement.

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

Inicjuje nowe wystąpienie SamlAttributeStatement klasy przy użyciu określonego tematu i zestawu atrybutów skojarzonych z tematem.

SamlAttributeStatement()

Inicjuje nowe wystąpienie klasy SamlAttributeStatement.

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

Dotyczy

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

Inicjuje nowe wystąpienie SamlAttributeStatement klasy przy użyciu określonego tematu i zestawu atrybutów skojarzonych z tematem.

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

Element SamlSubject określający podmiot roszczenia.

attributes
IEnumerable<SamlAttribute>

SamlAttribute Typ IEnumerable<T> zawierający zestaw atrybutów skojarzonych z tematem.

Wyjątki

samlSubject to null.

attributes zawiera element członkowski o identyfikatorze null.

-lub-

attributes zawiera zero elementów członkowskich.

Uwagi

W poniższej tabeli określono właściwości ustawione przez parametry tego konstruktora.

Właściwość Parametr
Attributes Attributes
SamlSubject samlSubject

Dotyczy