Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSecurityDescriptor (0.13 sec)

  1. src/main/java/jcifs/internal/smb1/trans/nt/NtTransQuerySecurityDescResponse.java

        }
    
        /**
         * Returns the security descriptor retrieved from the server.
         * @return the securityDescriptor containing access control information
         */
        public final SecurityDescriptor getSecurityDescriptor() {
            return this.securityDescriptor;
        }
    
        @Override
        protected int writeSetupWireFormat(final byte[] dst, final int dstIndex) {
            return 0;
        }
    
        @Override
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 3.2K bytes
    - Viewed (0)
Back to top