Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOwnerUserSid (0.06 sec)

  1. src/main/java/jcifs/internal/dtyp/SecurityDescriptor.java

            return this.ownerGroupSid;
        }
    
        /**
         * Gets the owner user SID of this security descriptor.
         *
         * @return the security identifier of the owner user
         */
        public final SID getOwnerUserSid() {
            return this.ownerUserSid;
        }
    
        /**
         * Decodes a security descriptor from a byte buffer.
         *
         * @param buffer the byte buffer containing the security descriptor data
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.4K bytes
    - Viewed (0)
Back to top