다음을 통해 공유


SecurityTokenCache.TryGetEntry 메서드

Attempts to retrieve an entry from the cache.

네임스페이스: Microsoft.IdentityModel.Tokens
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)

사용법

    Dim instance As SecurityTokenCache
Dim key As Object
Dim value As SecurityToken
Dim returnValue As Boolean

returnValue = instance.TryGetEntry(key, value)

구문

‘선언
Public MustOverride Function TryGetEntry ( _
    key As Object, _
    <OutAttribute> ByRef value As SecurityToken _
) As Boolean
public abstract bool TryGetEntry (
    Object key,
    out SecurityToken value
)
public:
virtual bool TryGetEntry (
    Object^ key, 
    [OutAttribute] SecurityToken^% value
) abstract
public abstract boolean TryGetEntry (
    Object key, 
    /** @attribute OutAttribute() */ /** @ref */ SecurityToken value
)

매개 변수

  • key
    The key of the entry to be retrieved.
  • value
    The SecurityToken associated with the input key.

반환 값

True on success. False on failure.

예외

예외 유형 조건

스레드 안전성

이 유형의 공용 정적(Visual Basic에서는 Shared) 멤버는 모두 스레드로부터 안전합니다.인스턴스 멤버는 스레드로부터 안전하지 않을 수 있습니다.

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

참고 항목

참조

SecurityTokenCache 클래스
SecurityTokenCache 멤버
Microsoft.IdentityModel.Tokens 네임스페이스