- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for CAP_EXTENDED_SECURITY (0.1 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
this.capabilities = ( this.useNTSmbs ? SmbConstants.CAP_NT_SMBS : 0 ) | ( this.useNtStatus ? SmbConstants.CAP_STATUS32 : 0 ) | ( this.useExtendedSecurity ? SmbConstants.CAP_EXTENDED_SECURITY : 0 ) | ( this.useLargeReadWrite ? SmbConstants.CAP_LARGE_READX : 0 ) | ( this.useLargeReadWrite ? SmbConstants.CAP_LARGE_WRITEX : 0 ) | ( this.useUnicode ? SmbConstants.CAP_UNICODE : 0 );
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0)