Saml2Conditions 类
定义
表示在 [Saml2Core, 2.5.1] 中指定的“条件”元素。Represents the Conditions element specified in [Saml2Core, 2.5.1].
public ref class Saml2Conditions
public class Saml2Conditions
type Saml2Conditions = class
Public Class Saml2Conditions
- 继承
-
Saml2Conditions
注解
有关此类表示的元素的详细信息,请参阅 SAML v2.0 核心规范。For more information about the element that this class represents, see the SAML V2.0 Core specification.
构造函数
| Saml2Conditions() |
初始化 Saml2Conditions 类的新实例。Initializes a new instance of the Saml2Conditions class. |
属性
| AudienceRestrictions |
获取指定用户的集合,该用户是被声明指定的。Gets a collection that specifies the audience to which the assertion is addressed. [Saml2Core, 2.5.1][Saml2Core, 2.5.1] |
| NotBefore |
获取或设置断言有效的最早时间。Gets or sets the earliest time instant at which the assertion is valid. [Saml2Core, 2.5.1][Saml2Core, 2.5.1] |
| NotOnOrAfter |
获取或设置断言到期的时间。Gets or sets the time instant at which the assertion has expired. [Saml2Core, 2.5.1][Saml2Core, 2.5.1] |
| OneTimeUse |
获取指定声明是否应被立即使用并不需在未来使用的值。Gets a value that specifies whether the assertion should be used immediately and must not be retained for future use. [Saml2Core, 2.5.1][Saml2Core, 2.5.1] |
| ProxyRestriction |
获取或设置断言方对依赖方的限制,后者希望不断充当断言方并基于原始断言中包含的信息颁发其自己的断言。Gets or sets the limitations that the asserting party imposes on relying parties that wish to subsequently act as asserting parties themselves and issue assertions of their own on the basis of the information contained in the original assertion. [Saml2Core, 2.5.1][Saml2Core, 2.5.1] |
方法
| 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) |