LdapSessionOptions.SaslMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 物件已經過處置。