Share via


SamlConditions.NotBefore プロパティ

定義

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

プロパティ値

SAML アサーションの有効期間の開始時点を指定する DateTime

注釈

NotBefore プロパティは、『Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)』の仕様で定義されている NotBefore 要素の <saml:Conditions> 属性に対応します。

適用対象