LdapSessionOptions.SaslMethod 속성

정의

이 속성은 SaslMethod 기본 설정 SASL(단순 인증 및 보안 계층) 바인딩 방법을 지정합니다.

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

속성 값

기본 설정된 SASL 바인딩 메서드입니다.

예외

LdapConnection 개체가 이미 삭제되었습니다.

적용 대상