SecurityTokenCache.TryGetEntry Method
Attempts to retrieve an entry from the cache.
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As SecurityTokenCache Dim key As Object Dim value As SecurityToken Dim returnValue As Boolean returnValue = instance.TryGetEntry(key, value)
Syntax
'Declaration
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
)
Parameter
- key
The key of the entry to be retrieved.
- value
The SecurityToken associated with the input key.
Rückgabewert
True on success. False on failure.
Ausnahmen
Ausnahmetyp | Bedingung |
---|
Threadsicherheit
Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
SecurityTokenCache Class
SecurityTokenCache Members
Microsoft.IdentityModel.Tokens Namespace