IdentityFactory.CreateIdentity Method

Definition

Overloads

CreateIdentity(IdentityElementSurrogate)
CreateIdentity(EndpointIdentity)
CreateIdentity(String)

CreateIdentity(IdentityElementSurrogate)

public:
 static System::ServiceModel::EndpointIdentity ^ CreateIdentity(Microsoft::BizTalk::Adapter::Wcf::ComponentModel::IdentityElementSurrogate ^ identityElementSurrogate);
public static System.ServiceModel.EndpointIdentity CreateIdentity (Microsoft.BizTalk.Adapter.Wcf.ComponentModel.IdentityElementSurrogate identityElementSurrogate);
static member CreateIdentity : Microsoft.BizTalk.Adapter.Wcf.ComponentModel.IdentityElementSurrogate -> System.ServiceModel.EndpointIdentity

Parameters

identityElementSurrogate
IdentityElementSurrogate

Returns

EndpointIdentity

Applies to

CreateIdentity(EndpointIdentity)

public:
 static System::String ^ CreateIdentity(System::ServiceModel::EndpointIdentity ^ endpointIdentity);
public static string CreateIdentity (System.ServiceModel.EndpointIdentity endpointIdentity);
static member CreateIdentity : System.ServiceModel.EndpointIdentity -> string

Parameters

endpointIdentity
EndpointIdentity

Returns

String

Applies to

CreateIdentity(String)

public:
 static System::ServiceModel::EndpointIdentity ^ CreateIdentity(System::String ^ configXml);
public static System.ServiceModel.EndpointIdentity CreateIdentity (string configXml);
static member CreateIdentity : string -> System.ServiceModel.EndpointIdentity
Public Shared Function CreateIdentity (configXml As String) As EndpointIdentity

Parameters

configXml
String

Returns

EndpointIdentity

Applies to