Saml2Advice 类
定义
表示在 [Saml2Core, 2.6.1] 中指定的建议元素。Represents the Advice element specified in [Saml2Core, 2.6.1].
public ref class Saml2Advice
public class Saml2Advice
type Saml2Advice = class
Public Class Saml2Advice
- 继承
-
Saml2Advice
注解
此信息可能会被应用程序忽略,而不会影响断言的语义或有效性。This information may be ignored by applications without affecting either the semantics or the validity of the assertion. [Saml2Core,2.6.1][Saml2Core, 2.6.1]
有关此类表示的元素的详细信息,请参阅 SAML v2.0 核心规范。For more information about the element that this class represents, see the SAML V2.0 Core specification.
构造函数
| Saml2Advice() |
初始化 Saml2Advice 类的新实例。Initializes a new instance of the Saml2Advice class. |
属性
| 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() |
获取当前实例的 Type。Gets 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) |