IdentityElementSurrogate Constructors

Definition

Overloads

IdentityElementSurrogate()
IdentityElementSurrogate(IdentityElement)

IdentityElementSurrogate()

public:
 IdentityElementSurrogate();
public IdentityElementSurrogate ();
Public Sub New ()

Applies to

IdentityElementSurrogate(IdentityElement)

public:
 IdentityElementSurrogate(System::ServiceModel::Configuration::IdentityElement ^ identityElement);
public IdentityElementSurrogate (System.ServiceModel.Configuration.IdentityElement identityElement);
new Microsoft.BizTalk.Adapter.Wcf.ComponentModel.IdentityElementSurrogate : System.ServiceModel.Configuration.IdentityElement -> Microsoft.BizTalk.Adapter.Wcf.ComponentModel.IdentityElementSurrogate

Parameters

identityElement
IdentityElement

Applies to