Compartir a través de


ClientAuthenticationWithSharedAccessKeyRefresh.SafeCreateNewTokenAsync Método

Definición

Crea un nuevo token con un TTL sugerido.

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)

Parámetros

iotHub
String

Nombre de dominio de IoT Hub.

suggestedTimeToLive
TimeSpan

TTL sugerido.

Devoluciones

Cadena de token.

Se aplica a