共用方式為


SamlSecurityTokenHandler.GetTokenReplayCacheEntryExpirationTime 方法

定義

傳回權杖保存在權杖重新執行快取中的有效期間。

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,表示到期時間。

例外狀況

tokennull

備註

根據預設,如果存在,這個方法會傳回 SAML 條件的 NotOnOrAfter。

如果該值不存在,它會傳回第一個 SubjectConfirmationData 的 NotOnOrAfter。

此函式永遠不會從目前時間 (傳回的值,) Now 比 Configuration.TokenReplayCacheExpirationPeriod 更進一步。

適用於