ClientAuthenticationWithTokenRefresh.Populate Method

Definition

Populates an IotHubConnectionCredentials instance based on a snapshot of the properties of the current instance.

public virtual void Populate (ref Microsoft.Azure.Devices.Client.IotHubConnectionCredentials iotHubConnectionCredentials);
abstract member Populate : IotHubConnectionCredentials -> unit
override this.Populate : IotHubConnectionCredentials -> unit
Public Overridable Sub Populate (ByRef iotHubConnectionCredentials As IotHubConnectionCredentials)

Parameters

iotHubConnectionCredentials
IotHubConnectionCredentials

Instance to populate.

Implements

Exceptions

Thrown when iotHubConnectionCredentials is null.

Applies to