SamlSecurityTokenHandler.GetTokenReplayCacheEntryExpirationTime メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トークンがトークン再生キャッシュに保持される必要があるまでの時間を返します。
protected:
virtual DateTime GetTokenReplayCacheEntryExpirationTime(System::IdentityModel::Tokens::SamlSecurityToken ^ token);
protected virtual DateTime GetTokenReplayCacheEntryExpirationTime (System.IdentityModel.Tokens.SamlSecurityToken token);
abstract member GetTokenReplayCacheEntryExpirationTime : System.IdentityModel.Tokens.SamlSecurityToken -> DateTime
override this.GetTokenReplayCacheEntryExpirationTime : System.IdentityModel.Tokens.SamlSecurityToken -> DateTime
Protected Overridable Function GetTokenReplayCacheEntryExpirationTime (token As SamlSecurityToken) As DateTime
パラメーター
- token
- SamlSecurityToken
有効期限を返す対象のトークン。
戻り値
有効期限を表す DateTime。
例外
token
が null
です。
注釈
既定では、このメソッドは SAML 条件の NotOnOrAfter (存在する場合) を返します。
この値が存在しない場合は、最初の SubjectConfirmationData の NotOnOrAfter を返します。
この関数は、Configuration.TokenReplayCacheExpirationPeriod よりも現在の時刻 (Now) から値を返すことはありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET