TokenCacheData(ReadOnlyMemory<Byte>) Constructor

Definition

Constructs a new TokenCacheData instance with the specified cache bytes.

public TokenCacheData (ReadOnlyMemory<byte> cacheBytes);
new Azure.Identity.TokenCacheData : ReadOnlyMemory<byte> -> Azure.Identity.TokenCacheData
Public Sub New (cacheBytes As ReadOnlyMemory(Of Byte))

Parameters

cacheBytes
ReadOnlyMemory<Byte>

The serialized content of the token cache.

Applies to