SamlConditions.NotBefore 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 SAML 断言有效的最初时刻。
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 断言有效的最初时刻。
注解
NotBefore 属性 (Property) 对应于 OASIS 安全断言标记语言 (SAML) 断言和协议规范中定义的 NotBefore
元素的 <saml:Conditions>
属性 (Attribute)。