Saml2Evidence 类

定义

表示在 [Saml2Core, 2.7.4.3] 中指定的证据元素。Represents the Evidence element specified in [Saml2Core, 2.7.4.3].

public ref class Saml2Evidence
public class Saml2Evidence
type Saml2Evidence = class
Public Class Saml2Evidence
继承
Saml2Evidence

注解

包含 SAML 授权机构在颁发授权决定时所依赖的一个或多个断言或断言引用。Contains one or more assertions or assertion references that the SAML authority relied on in issuing the authorization decision. [Saml2Core,2.7.4.3][Saml2Core, 2.7.4.3]

有关此类表示的元素的详细信息,请参阅 SAML v2.0 核心规范。For more information about the element that this class represents, see the SAML V2.0 Core specification.

构造函数

Saml2Evidence()

初始化 Saml2Evidence 类的新实例。Initializes a new instance of the Saml2Evidence class.

Saml2Evidence(Saml2Assertion)

使用指定的断言初始化 Saml2Evidence 类的新实例。Initializes a new instance of the Saml2Evidence class with the specified assertion.

Saml2Evidence(Saml2Id)

用引用断言的 ID 初始化 Saml2Evidence 类的新实例。Initializes a new instance of the Saml2Evidence class with an ID that references an assertion.

Saml2Evidence(Uri)

用引用断言的 URI 来初始化 Saml2Evidence 类的新实例。Initializes a new instance of the Saml2Evidence class with a URI that references an assertion.

属性

AssertionIdReferences

获取按 ID 引用的断言的集合。Gets the collection of assertions referenced by ID.

Assertions

获取规则指定的断言的集合。Gets the collection of assertions specified by value.

AssertionUriReferences

获取由 URI 引用的断言的集合。Gets the collection of assertions referenced by URI.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于