Skip to content

Commit

Permalink
Remove SupportedOSPlatformAttribute("windows") from LdapSessionOption (
Browse files Browse the repository at this point in the history
…#61388)

Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
  • Loading branch information
macsux and joperezr authored Nov 24, 2021
1 parent edf67aa commit 40dc863
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ 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")]
public bool SecureSocketLayer { get { throw null; } set { } }
public object SecurityContext { get { throw null; } }
public System.TimeSpan SendTimeout { get { throw null; } set { } }
Expand Down

0 comments on commit 40dc863

Please sign in to comment.