Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getNegotiateContexts (0.07 seconds)

  1. src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateRequest.java

            return this.clientGuid;
        }
    
        /**
         * Gets the negotiate contexts for SMB 3.1.1 negotiation.
         *
         * @return the negotiateContexts
         */
        public NegotiateContextRequest[] getNegotiateContexts() {
            return this.negotiateContexts;
        }
    
        /**
         * Gets the pre-authentication integrity salt for SMB 3.1.1.
         *
         * @return the preauthSalt
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 9.3K bytes
    - Click Count (0)
Back to Top