ProtectedFileTokenCache 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
ProtectedFileTokenCache(Byte[], IDataStore) | |
ProtectedFileTokenCache(String, IDataStore) |
ProtectedFileTokenCache(Byte[], IDataStore)
public ProtectedFileTokenCache (byte[] inputData, Microsoft.Azure.Commands.Common.Authentication.IDataStore store = default);
new Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache : byte[] * Microsoft.Azure.Commands.Common.Authentication.IDataStore -> Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache
Public Sub New (inputData As Byte(), Optional store As IDataStore = Nothing)
Parameters
- inputData
- Byte[]
- store
- IDataStore
Applies to
ProtectedFileTokenCache(String, IDataStore)
public ProtectedFileTokenCache (string cacheFile, Microsoft.Azure.Commands.Common.Authentication.IDataStore store = default);
new Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache : string * Microsoft.Azure.Commands.Common.Authentication.IDataStore -> Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache
Public Sub New (cacheFile As String, Optional store As IDataStore = Nothing)
Parameters
- cacheFile
- String
- store
- IDataStore