共用方式為


Saml2SecurityTokenHandler.GetTokenReplayCacheEntryExpirationTime 方法

定義

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

protected:
 virtual DateTime GetTokenReplayCacheEntryExpirationTime(System::IdentityModel::Tokens::Saml2SecurityToken ^ token);
protected virtual DateTime GetTokenReplayCacheEntryExpirationTime (System.IdentityModel.Tokens.Saml2SecurityToken token);
abstract member GetTokenReplayCacheEntryExpirationTime : System.IdentityModel.Tokens.Saml2SecurityToken -> DateTime
override this.GetTokenReplayCacheEntryExpirationTime : System.IdentityModel.Tokens.Saml2SecurityToken -> DateTime
Protected Overridable Function GetTokenReplayCacheEntryExpirationTime (token As Saml2SecurityToken) As DateTime

參數

token
Saml2SecurityToken

要為其傳回到期時間的權杖。

傳回

DateTime,表示到期時間。

例外狀況

tokennull

備註

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

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

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

適用於