Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resourceGroupSids (0.9 sec)

  1. src/main/java/jcifs/pac/PacLogonInfo.java

                }
    
                // Compute Resource Group IDs with Resource Domain ID to get SIDs
                this.resourceGroupSids = new SID[resourceGroups.length];
                for (int i = 0; i < resourceGroups.length; i++) {
                    this.resourceGroupSids[i] = new SID(resourceDomainId, resourceGroups[i].getId());
                }
    
                // Compute User IDs with Domain ID to get User SIDs
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 14.3K bytes
    - Viewed (0)
Back to top