Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getChallenge (0.21 sec)

  1. src/main/java/jcifs/SmbTransportPool.java

         * @throws CIFSException
         * @deprecated functionality is broken and will be removed at some point,
         *             use actual Active Directory authentication instead
         */
        @Deprecated
        byte[] getChallenge ( CIFSContext tc, Address dc ) throws CIFSException;
    
    
        /**
         * Get NTLM challenge from a server
         * 
         * @param dc
         * @param port
         * @param tc
         * @return NTLM challenge
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun May 17 09:02:44 GMT 2020
    - 6.3K bytes
    - Viewed (0)
Back to top