Udostępnij przez


EndpointAddressBuilder.Identity Właściwość

Definicja

Pobiera lub ustawia tożsamość dla punktów końcowych, które może utworzyć konstruktor.

public:
 property System::ServiceModel::EndpointIdentity ^ Identity { System::ServiceModel::EndpointIdentity ^ get(); void set(System::ServiceModel::EndpointIdentity ^ value); };
public System.ServiceModel.EndpointIdentity Identity { get; set; }
member this.Identity : System.ServiceModel.EndpointIdentity with get, set
Public Property Identity As EndpointIdentity

Wartość właściwości

Element EndpointIdentity dla punktu końcowego.

Przykłady

eab.Identity = EndpointIdentity.CreateUpnIdentity("identity");
eab.Identity = EndpointIdentity.CreateUpnIdentity("foo")

Uwagi

Tożsamość jest używana przez punkt końcowy do uwierzytelniania innych punktów końcowych podczas wymiany komunikatów z nimi.

Dotyczy