다음을 통해 공유


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입니다.

예외

token이(가) null인 경우

설명

기본적으로이 메서드가 있으면 SAML 조건의 NotOnOrAfter를 반환 합니다.

해당 값이 존재 하지 않는 경우에 첫 번째 SubjectConfirmationData의 NotOnOrAfter 반환 합니다.

이 함수는 현재 멀리 값을 반환 하지 것입니다 (Now) Configuration.TokenReplayCacheExpirationPeriod 보다 합니다.

적용 대상