TokenCache.ReadItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a copy of the list of all items in the cache.
public virtual System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem> ReadItems ();
abstract member ReadItems : unit -> seq<Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem>
override this.ReadItems : unit -> seq<Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem>
Public Overridable Function ReadItems () As IEnumerable(Of TokenCacheItem)
Returns
- System.Collections.Generic.IEnumerable<TokenCacheItem>
The items in the cache