LdapSessionOptions.SecureSocketLayer 属性

定义

SecureSocketLayer 属性启用连接上的安全套接字层。

public:
 property bool SecureSocketLayer { bool get(); void set(bool value); };
public bool SecureSocketLayer { get; set; }
member this.SecureSocketLayer : bool with get, set
Public Property SecureSocketLayer As Boolean

属性值

如果启用了安全套接字层,则此属性为 true,否则为 false

例外

适用于