Udostępnij za pośrednictwem


Saml2AttributeStatement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy Saml2AttributeStatement.

Przeciążenia

Saml2AttributeStatement()

Inicjuje Saml2AttributeStatement nowe wystąpienie klasy bez atrybutów.

Saml2AttributeStatement(IEnumerable<Saml2Attribute>)

Inicjuje nowe wystąpienie klasy Saml2AttributeStatement.

Saml2AttributeStatement(Saml2Attribute)

Inicjuje nowe wystąpienie klasy Saml2AttributeStatement.

Saml2AttributeStatement()

Inicjuje Saml2AttributeStatement nowe wystąpienie klasy bez atrybutów.

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

Uwagi

Właściwość Attributes jest inicjowana do pustej kolekcji.

Dotyczy

Saml2AttributeStatement(IEnumerable<Saml2Attribute>)

Inicjuje nowe wystąpienie klasy Saml2AttributeStatement.

public:
 Saml2AttributeStatement(System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::Saml2Attribute ^> ^ attributes);
public Saml2AttributeStatement (System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.Saml2Attribute> attributes);
new System.IdentityModel.Tokens.Saml2AttributeStatement : seq<System.IdentityModel.Tokens.Saml2Attribute> -> System.IdentityModel.Tokens.Saml2AttributeStatement
Public Sub New (attributes As IEnumerable(Of Saml2Attribute))

Parametry

attributes
IEnumerable<Saml2Attribute>

Kolekcja typu Saml2Attribute , która zawiera elementy Atrybut zawarte w tej instrukcji.

Wyjątki

attributes to null.

-lub-

Jednym z elementów kolekcji określonej przez attributes jest null.

Uwagi

Właściwość Attributes (kolekcja) jest inicjowana z atrybutami w określonej kolekcji.

Dotyczy

Saml2AttributeStatement(Saml2Attribute)

Inicjuje nowe wystąpienie klasy Saml2AttributeStatement.

public:
 Saml2AttributeStatement(System::IdentityModel::Tokens::Saml2Attribute ^ attribute);
public Saml2AttributeStatement (System.IdentityModel.Tokens.Saml2Attribute attribute);
new System.IdentityModel.Tokens.Saml2AttributeStatement : System.IdentityModel.Tokens.Saml2Attribute -> System.IdentityModel.Tokens.Saml2AttributeStatement
Public Sub New (attribute As Saml2Attribute)

Parametry

attribute
Saml2Attribute

Element Saml2Attribute reprezentujący pojedynczy element Atrybut zawarty w tej instrukcji.

Wyjątki

attribute to null.

Uwagi

Właściwość Attributes (kolekcja) jest inicjowana przy użyciu określonego atrybutu.

Dotyczy