다음을 통해 공유


ChannelEndpointElement.Identity 속성

정의

한 엔드포인트에서 다른 엔드포인트와 메시지를 교환할 때 상대 엔드포인트를 인증할 수 있도록 하는 ID를 가져옵니다.

public:
 property System::ServiceModel::Configuration::IdentityElement ^ Identity { System::ServiceModel::Configuration::IdentityElement ^ get(); };
[System.Configuration.ConfigurationProperty("identity")]
public System.ServiceModel.Configuration.IdentityElement Identity { get; }
[<System.Configuration.ConfigurationProperty("identity")>]
member this.Identity : System.ServiceModel.Configuration.IdentityElement
Public ReadOnly Property Identity As IdentityElement

속성 값

한 엔드포인트에서 다른 엔드포인트와 메시지를 교환할 때 상대 엔드포인트를 인증할 수 있도록 하는 구성 설정을 포함하는 IdentityElement입니다.

특성

적용 대상