SamlAuthenticationStatement.AuthenticationInstant プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブジェクトが認証された時間を取得または設定します。
public:
property DateTime AuthenticationInstant { DateTime get(); void set(DateTime value); };
public DateTime AuthenticationInstant { get; set; }
member this.AuthenticationInstant : DateTime with get, set
Public Property AuthenticationInstant As DateTime
プロパティ値
サブジェクトが認証された時間を指定する DateTime。
例外の種類 | 条件 |
---|---|
InvalidOperationException | AuthenticationInstant プロパティが設定され、IsReadOnly プロパティが true です。
|
注釈
時間は世界協定時刻 (UTC) で格納されます。
AuthenticationInstant プロパティは、『Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)』の仕様で定義されている AuthenticationInstant
要素の <AuthenticationStatement>
属性に対応します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET