IdentityFactory.CreateIdentity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
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