SamlConditions.NotBefore 属性
定义
获取 SAML 断言有效的最初时刻。Gets the earliest instant in time when the SAML assertion is valid.
public:
property DateTime NotBefore { DateTime get(); void set(DateTime value); };
public DateTime NotBefore { get; set; }
member this.NotBefore : DateTime with get, set
Public Property NotBefore As DateTime
属性值
一个 DateTime,指定 SAML 断言有效的最初时刻。A DateTime that specifies the earliest instant in time when the SAML assertion is valid.
注解
NotBefore 属性 (Property) 对应于 OASIS 安全断言标记语言 (SAML) 断言和协议规范中定义的 NotBefore 元素的 <saml:Conditions> 属性 (Attribute)。The NotBefore property corresponds to the NotBefore attribute of the <saml:Conditions> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.