共用方式為


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 物件已經過處置。

適用於