TokenCache Constructors
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.
Overloads
TokenCache() |
Default constructor. |
TokenCache(Byte[]) |
Constructor receiving state of the cache |
TokenCache()
Default constructor.
public TokenCache ();
Public Sub New ()
Applies to
TokenCache(Byte[])
Constructor receiving state of the cache
public TokenCache (byte[] state);
new Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache : byte[] -> Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache
Public Sub New (state As Byte())
Parameters
- state
- System.Byte[]