- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for SamrOpenDomain (0.47 sec)
-
src/test/java/jcifs/dcerpc/msrpc/samrTest.java
} } @Nested @DisplayName("SamrOpenDomain Tests") class SamrOpenDomainTests { @Test @DisplayName("Should construct with correct parameters and opnum") void testConstructorAndOpnum() { // When: Creating open domain message samr.SamrOpenDomain message = new samr.SamrOpenDomain(mockPolicyHandle, 123, mockSidT, mockPolicyHandle);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 33.7K bytes - Viewed (0) -
src/test/java/jcifs/smb1/dcerpc/msrpc/samrTest.java
} } @Nested @DisplayName("SamrOpenDomain Tests") class SamrOpenDomainTests { @Test @DisplayName("Should construct with correct parameters and opnum") void testConstructorAndOpnum() { // When: Creating open domain message samr.SamrOpenDomain message = new samr.SamrOpenDomain(mockPolicyHandle, 123, mockSidT, mockPolicyHandle);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 33.6K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
/** * Constructs a SamrOpenDomain request. * * @param handle The SAM server handle * @param access_mask The desired access rights * @param sid The SID of the domain * @param domain_handle The policy handle to receive the domain handle */ public SamrOpenDomain(final rpc.policy_handle handle, final int access_mask, final rpc.sid_t sid,
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
/** * Constructs a SamrOpenDomain request. * * @param handle The SAM server handle * @param access_mask The desired access rights * @param sid The SID of the domain * @param domain_handle The policy handle to receive the domain handle */ public SamrOpenDomain(final rpc.policy_handle handle, final int access_mask, final rpc.sid_t sid,
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0)