- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for LsarOpenPolicy2 (0.15 sec)
-
src/main/java/jcifs/dcerpc/msrpc/lsarpc.java
/** * Creates a new LsarOpenPolicy2 message. * * @param system_name the system name * @param object_attributes the object attributes * @param desired_access the desired access rights * @param policy_handle the policy handle to populate */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 44.5K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcLsarOpenPolicy2.java
* This class provides functionality to open a handle to the LSA policy * database on a remote server using the LSA RPC interface. */ public class MsrpcLsarOpenPolicy2 extends lsarpc.LsarOpenPolicy2 { /** * Creates a new request to open an LSA policy handle. * * @param server the server name to connect to * @param access the desired access rights
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
} // Test for LsarOpenPolicy2 @Test void testLsarOpenPolicy2ConstructorAndGetOpnum() { lsarpc.LsarObjectAttributes mockObjAttr = mock(lsarpc.LsarObjectAttributes.class); rpc.policy_handle mockPolicyHandle = mock(rpc.policy_handle.class); lsarpc.LsarOpenPolicy2 openPolicy2 = new lsarpc.LsarOpenPolicy2("system", mockObjAttr, 1, mockPolicyHandle);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcLsarOpenPolicy2.java
* This class provides functionality to open a handle to the LSA policy * database on a remote server using the LSA RPC interface. */ public class MsrpcLsarOpenPolicy2 extends lsarpc.LsarOpenPolicy2 { /** * Creates a new request to open an LSA policy handle. * * @param server the server name to connect to * @param access the desired access rights
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java
/** * Creates a new LsarOpenPolicy2 message. * * @param system_name the system name * @param object_attributes the object attributes * @param desired_access the desired access rights * @param policy_handle the policy handle to populate */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 42.5K bytes - Viewed (0)