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 개체가 이미 삭제되었습니다.

적용 대상