다음을 통해 공유


ServiceAuthenticationBehavior.ServiceAuthenticationManager 속성

정의

이 동작과 연결된 ServiceAuthenticationManager를 가져옵니다.

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

속성 값

ServiceAuthenticationManager

ServiceAuthenticationManager를 반환합니다.

적용 대상