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)

適用対象