你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TokenCredential 构造函数

定义

重载

TokenCredential(String)
TokenCredential(String, RenewTokenFuncAsync, Object, TimeSpan)

TokenCredential(String)

public TokenCredential (string initialToken);
new Microsoft.WindowsAzure.Storage.Auth.TokenCredential : string -> Microsoft.WindowsAzure.Storage.Auth.TokenCredential
Public Sub New (initialToken As String)

参数

initialToken
String

适用于

TokenCredential(String, RenewTokenFuncAsync, Object, TimeSpan)

public TokenCredential (string initialToken, Microsoft.WindowsAzure.Storage.Auth.RenewTokenFuncAsync periodicTokenRenewer, object state, TimeSpan renewFrequency);
new Microsoft.WindowsAzure.Storage.Auth.TokenCredential : string * Microsoft.WindowsAzure.Storage.Auth.RenewTokenFuncAsync * obj * TimeSpan -> Microsoft.WindowsAzure.Storage.Auth.TokenCredential
Public Sub New (initialToken As String, periodicTokenRenewer As RenewTokenFuncAsync, state As Object, renewFrequency As TimeSpan)

参数

initialToken
String
periodicTokenRenewer
RenewTokenFuncAsync
state
Object
renewFrequency
TimeSpan

适用于