SamlAttributeStatement クラス

定義

特定の SamlSubject に関連する一連の属性が含まれます。

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

注釈

SamlAttributeStatement クラスは、OASIS SAML 1.1 仕様で定義されている <saml:AttributeStatement> XML 要素に対応します。

SamlSecurityToken セキュリティ トークンのクレームは、SAML ステートメントに含まれます。これらのステートメントは SamlAssertion に含まれます。 そのようなステートメントの 1 つに、SamlAttributeStatement があり、このステートメントは、任意のクレーム セットを特定の SamlSubject にバインドします。 クレームは、SamlAttribute のコレクションとして表され、Attributes プロパティに格納されます。

コンストラクター

SamlAttributeStatement()

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

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

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

プロパティ

Attributes

SAML アサーションのサブジェクトに関連付けられている属性のコレクションを取得します。

IsReadOnly

このインスタンスのプロパティが読み取り専用かどうかを示す値を取得します。

SamlSubject

SamlSecurityToken セキュリティ トークンのサブジェクトを取得または設定します。

(継承元 SamlSubjectStatement)

メソッド

AddClaimsToList(IList<Claim>)

属性としてこの SAML ステートメントに指定されたクレーム セットを追加します。

CreatePolicy(ClaimSet, SamlSecurityTokenAuthenticator)

SamlSecurityToken セキュリティ トークンの承認ポリシーを作成します。

(継承元 SamlSubjectStatement)
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MakeReadOnly()

このインスタンスを読み取り専用にします。

MemberwiseClone()

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

(継承元 Object)
ReadXml(XmlDictionaryReader, SamlSerializer, SecurityTokenSerializer, SecurityTokenResolver)

指定した XML リーダーから SAML 属性ステートメントを読み取ります。

SetSubject(SamlSubject)

SamlSecurityToken セキュリティ トークンのサブジェクト名を設定します。

(継承元 SamlSubjectStatement)
ToString()

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

(継承元 Object)
WriteXml(XmlDictionaryWriter, SamlSerializer, SecurityTokenSerializer)

指定した XML シリアライザーに SAML 属性ステートメントを書き込みます。

適用対象