File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/libraries/System.DirectoryServices.Protocols/ref Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -382,8 +382,10 @@ public partial class LdapSessionOptions
382
382
internal LdapSessionOptions ( ) { }
383
383
public bool AutoReconnect { get { throw null ; } set { } }
384
384
public string DomainName { get { throw null ; } set { } }
385
+ #if NET
385
386
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "windows" ) ]
386
387
public string TrustedCertificatesDirectory { get { throw null ; } set { } }
388
+ #endif
387
389
public string HostName { get { throw null ; } set { } }
388
390
public bool HostReachable { get { throw null ; } }
389
391
public System . DirectoryServices . Protocols . LocatorFlags LocatorFlag { get { throw null ; } set { } }
@@ -404,8 +406,10 @@ internal LdapSessionOptions() { }
404
406
public bool Signing { get { throw null ; } set { } }
405
407
public System . DirectoryServices . Protocols . SecurityPackageContextConnectionInformation SslInformation { get { throw null ; } }
406
408
public int SspiFlag { get { throw null ; } set { } }
409
+ #if NET
407
410
[ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "windows" ) ]
408
411
public void StartNewTlsSessionContext ( ) { }
412
+ #endif
409
413
public bool TcpKeepAlive { get { throw null ; } set { } }
410
414
public System . DirectoryServices . Protocols . VerifyServerCertificateCallback VerifyServerCertificate { get { throw null ; } set { } }
411
415
public void FastConcurrentBind ( ) { }
You can’t perform that action at this time.
0 commit comments