- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDomainSidAndRelativeSidConstructor (0.35 sec)
-
src/test/java/jcifs/SIDTest.java
} /** * Test constructor that combines a domain SID and a relative SID. * * @throws SmbException if the SID string is invalid */ @Test void testDomainSidAndRelativeSidConstructor() throws SmbException { SID domainSid = new SID("S-1-5-21-123-456-789"); SID relativeSid = new SID("S-1-5-1000"); // This is not a valid relative SID, but tests the logic
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.5K bytes - Viewed (0)