Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testGetRidOnDomainSid (0.08 seconds)

  1. src/test/java/jcifs/SIDTest.java

        }
    
        /**
         * Test getting the RID from a domain SID.
         *
         * @throws SmbException if the SID string is invalid
         */
        @Test
        void testGetRidOnDomainSid() throws SmbException {
            // Create a mock RPC SID to simulate a domain SID
            rpc.sid_t rpcSid = new rpc.sid_t();
            rpcSid.revision = 1;
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 13.5K bytes
    - Click Count (0)
Back to Top