Returns a value that indicates if the specified key exists in the cache. Also if it exists, marks it as MRU.
Пространство имен: Microsoft.IdentityModel
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As MruSecurityTokenCache
Dim key As Object
Dim value As SecurityToken
Dim returnValue As Boolean

returnValue = instance.TryGetEntry(key, value)

Синтаксис

Visual Basic
Public Overrides Function TryGetEntry ( _
		key As Object, _
		<OutAttribute> ByRef value As SecurityToken _
) As Boolean
C#
public override bool TryGetEntry (
		Object key,
		out SecurityToken value
)
C++
public:
virtual bool TryGetEntry (
		Object^ key, 
		[OutAttribute] SecurityToken^% value
) override
J#
public boolean TryGetEntry (
		Object key, 
		/** @attribute OutAttribute() */ /** @ref */ SecurityToken value
)
JScript

Параметры

key

Specifies the key for the entry to be added.

value

Returns the security token from the cache if found, otherwise, null.

Возвращаемое значение

True on success, False on failure.

Исключения

Тип исключений Условие

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также