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)

适用于