SamlAttributeStatement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。
例外
samlSubject
が null
です。
注釈
このコンストラクターのパラメーターによって設定されるプロパティを次の表に示します。
プロパティ | パラメーター |
---|---|
Attributes | Attributes |
SamlSubject | samlSubject |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET