Freigeben über


SecurityTokenCache.TryRemoveAllEntries Method

Attempts to remove all matching entries from cache.

Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

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

returnValue = instance.TryRemoveAllEntries(key)

Syntax

'Declaration
Public MustOverride Function TryRemoveAllEntries ( _
    key As Object _
) As Boolean
public abstract bool TryRemoveAllEntries (
    Object key
)
public:
virtual bool TryRemoveAllEntries (
    Object^ key
) abstract
public abstract boolean TryRemoveAllEntries (
    Object key
)
public abstract function TryRemoveAllEntries (
    key : Object
) : boolean

Parameter

  • key
    The key of the entry to be removed.

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