TokenCache.Serialize 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.
Serializes current state of the cache as a blob. Caller application can persist the blob and update the state of the cache later by passing that blob back in constructor or by calling method Deserialize.
public byte[] Serialize ();
member this.Serialize : unit -> byte[]
Public Function Serialize () As Byte()
Returns
- System.Byte[]
Current state of the cache as a blob