File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/libraries/System.DirectoryServices.Protocols Expand file tree Collapse file tree 2 files changed +6
-2
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 ( ) { }
Original file line number Diff line number Diff line change 4
4
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
5
5
<IncludeDllSafeSearchPathAttribute >true</IncludeDllSafeSearchPathAttribute >
6
6
<IsPackable >true</IsPackable >
7
- <GeneratePackageOnBuild >false </GeneratePackageOnBuild >
8
- <ServicingVersion >1 </ServicingVersion >
7
+ <GeneratePackageOnBuild >true </GeneratePackageOnBuild >
8
+ <ServicingVersion >2 </ServicingVersion >
9
9
<AddNETFrameworkPlaceholderFileToPackage >true</AddNETFrameworkPlaceholderFileToPackage >
10
10
<AddNETFrameworkAssemblyReferenceToPackage >true</AddNETFrameworkAssemblyReferenceToPackage >
11
11
<PackageDescription >Provides the methods defined in the Lightweight Directory Access Protocol (LDAP) version 3 (V3) and Directory Services Markup Language (DSML) version 2.0 (V2) standards.</PackageDescription >
You can’t perform that action at this time.
0 commit comments