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 核心規格。

建構函式

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)

適用於