SharedSecretElement.CopyFrom(SharedSecretElement) Method

Definition

Copies the contents of the specified shared secret configuration element to this configuration element.

public void CopyFrom (Microsoft.ServiceBus.Configuration.SharedSecretElement source);
member this.CopyFrom : Microsoft.ServiceBus.Configuration.SharedSecretElement -> unit
Public Sub CopyFrom (source As SharedSecretElement)

Parameters

source
SharedSecretElement

The shared secret configuration element to be copied.

Applies to