Saml2Assertion.IssueInstant 属性

定义

获取或设置 UTC 中问题的时间。 [Saml2Core, 2.3.3]

public:
 property DateTime IssueInstant { DateTime get(); void set(DateTime value); };
public DateTime IssueInstant { get; set; }
member this.IssueInstant : DateTime with get, set
Public Property IssueInstant As DateTime

属性值

DateTime表示此断言在 UTC 上发布的时间。 默认值为 UtcNow

注解

IssueInstant 属性。 该属性是必选项。

适用于