- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isForceExtendedSecurity (0.13 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
} @Override public boolean isEncryptionEnabled () { return this.encryptionEnabled; } @Override public boolean isForceExtendedSecurity () { return this.forceExtendedSecurity; } @Override public int getTransactionBufferSize () { return this.transactionBufferSize; } @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
/** * * Property <tt>jcifs.smb.client.forceExtendedSecurity</tt> (boolean, default false) * * @return whether to force extended security usage */ boolean isForceExtendedSecurity (); /** * * * Property <tt>jcifs.netbios.lmhosts</tt> (string) * * @return lmhosts file to use */ String getLmHostsFileName ();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)