Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add explicit support for Linux on SSL in LdapSessionOptions. This cha…
…nges previous commit that removed attribute entirely
  • Loading branch information
macsux committed Nov 10, 2021
commit e70a3386564f9578bb950d43ebb7bf2171ef74e3
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ internal LdapSessionOptions() { }
public bool RootDseCache { get { throw null; } set { } }
public string SaslMethod { get { throw null; } set { } }
public bool Sealing { get { throw null; } set { } }
[System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("linux")]
public bool SecureSocketLayer { get { throw null; } set { } }
public object SecurityContext { get { throw null; } }
public System.TimeSpan SendTimeout { get { throw null; } set { } }
Expand Down