共用方式為


ProtectedFileTokenCache Constructors

Definition

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

Applies to