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

ClientAuthenticationWithSharedAccessKeyRefresh.SafeCreateNewTokenAsync Method

Definition

Creates a new token with a suggested TTL.

protected override System.Threading.Tasks.Task<string> SafeCreateNewTokenAsync(string iotHub, TimeSpan suggestedTimeToLive);
override this.SafeCreateNewTokenAsync : string * TimeSpan -> System.Threading.Tasks.Task<string>
Protected Overrides Function SafeCreateNewTokenAsync (iotHub As String, suggestedTimeToLive As TimeSpan) As Task(Of String)

Parameters

iotHub
String

The IoT hub domain name.

suggestedTimeToLive
TimeSpan

The suggested TTL.

Returns

The token string.

Applies to