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