TokenCache.Deserialize(Byte[]) 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.
Deserializes state of the cache. The state should be the blob received earlier by calling the method Serialize.
public void Deserialize (byte[] state);
member this.Deserialize : byte[] -> unit
Public Sub Deserialize (state As Byte())
Parameters
- state
- System.Byte[]
State of the cache as a blob