ClientAuthenticationWithSharedAccessKeyRefresh.Populate Method

Definition

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

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

Parameters

iotHubConnectionCredentials
IotHubConnectionCredentials

Instance to populate.

Exceptions

Thrown when iotHubConnectionCredentials is null.

Applies to