次の方法で共有


SamlAttributeStatement コンストラクター

定義

SamlAttributeStatement クラスの新しいインスタンスを初期化します。

オーバーロード

SamlAttributeStatement()

SamlAttributeStatement クラスの新しいインスタンスを初期化します。

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

指定したサブジェクトと、サブジェクトに関連付けられている属性のセットを使用して、SamlAttributeStatement クラスの新しいインスタンスを初期化します。

SamlAttributeStatement()

SamlAttributeStatement クラスの新しいインスタンスを初期化します。

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

適用対象

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

指定したサブジェクトと、サブジェクトに関連付けられている属性のセットを使用して、SamlAttributeStatement クラスの新しいインスタンスを初期化します。

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))

パラメーター

samlSubject
SamlSubject

クレームのサブジェクトを指定する SamlSubject

attributes
IEnumerable<SamlAttribute>

サブジェクトに関連付けられた属性セットを含む IEnumerable<T> 型の SamlAttribute

例外

samlSubjectnullです。

attributes は、null であるメンバーを含みます。

- または -

attributes には、0 個のメンバーが含まれます。

注釈

このコンストラクターのパラメーターによって設定されるプロパティを次の表に示します。

プロパティ パラメーター
Attributes Attributes
SamlSubject samlSubject

適用対象