- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for MsrpcQueryInformationPolicy (0.44 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcQueryInformationPolicy.java
*/ public class MsrpcQueryInformationPolicy extends lsarpc.LsarQueryInformationPolicy { /** * Creates a new request to query LSA policy information. * * @param policyHandle the LSA policy handle * @param level the information level to query * @param info the object to store the query results */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 1.6K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcQueryInformationPolicyTest.java
LsaPolicyHandle mockPolicyHandle2 = mock(LsaPolicyHandle.class); // Act MsrpcQueryInformationPolicy queryPolicy1 = new MsrpcQueryInformationPolicy(mockPolicyHandle, level1, mockNdrObject); MsrpcQueryInformationPolicy queryPolicy2 = new MsrpcQueryInformationPolicy(mockPolicyHandle2, level2, mockNdrObject2); // Assert assertEquals(level1, queryPolicy1.level);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 6.6K bytes - Click Count (0)