Saml2SecurityTokenHandler.GetTokenReplayCacheEntryExpirationTime 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回權杖保存在權杖重新執行快取中的有效期間。
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,表示到期時間。
例外狀況
token
為 null
。
備註
根據預設,如果存在,這個方法會傳回 SAML 條件的 NotOnOrAfter。
如果該值不存在,它會傳回第一個 SubjectConfirmationData 的 NotOnOrAfter。
此函式永遠不會從目前時間 (傳回的值,) Now 比 Configuration.TokenReplayCacheExpirationPeriod 更進一步。