다음을 통해 공유


ServiceEndpointElement.Identity 속성

정의

한 엔드포인트에서 다른 엔드포인트와 메시지를 교환할 때 상대 엔드포인트를 인증하도록 지정하는 구성 요소를 나타냅니다.

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

한 엔드포인트에서 다른 엔드포인트와 메시지를 교환하여 상대 엔드포인트가 인증해 주는 방식입니다.

특성

적용 대상