Saml2AttributeStatement クラス

定義

[Saml2Core, 2.7.3] で指定された AttributeStatement 要素を表します。

public ref class Saml2AttributeStatement : System::IdentityModel::Tokens::Saml2Statement
public class Saml2AttributeStatement : System.IdentityModel.Tokens.Saml2Statement
type Saml2AttributeStatement = class
    inherit Saml2Statement
Public Class Saml2AttributeStatement
Inherits Saml2Statement
継承
Saml2AttributeStatement

注釈

このクラスが表す要素の詳細については、SAML V2.0 Core の仕様を参照してください。

コンストラクター

名前 説明
Saml2AttributeStatement()

属性を使用せず、 Saml2AttributeStatement クラスの新しいインスタンスを初期化します。

Saml2AttributeStatement(IEnumerable<Saml2Attribute>)

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

Saml2AttributeStatement(Saml2Attribute)

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

プロパティ

名前 説明
Attributes

属性ステートメントに含まれる属性のコレクションを取得します。 これらの属性はアサーションサブジェクトに関連付けられています。 [Saml2Core, 2.7.3]

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象