Opc.Ua.Configuration.LocalSecurityPolicy.LsaOpenPolicy C# (CSharp) Method

LsaOpenPolicy() private method

private LsaOpenPolicy ( LSA_UNICODE_STRING &SystemName, LSA_OBJECT_ATTRIBUTES &ObjectAttributes, Int32 DesiredAccess, IntPtr &PolicyHandle ) : UInt32
SystemName LSA_UNICODE_STRING
ObjectAttributes LSA_OBJECT_ATTRIBUTES
DesiredAccess System.Int32
PolicyHandle System.IntPtr
return System.UInt32
        private static extern UInt32 LsaOpenPolicy(
            ref LSA_UNICODE_STRING SystemName,
            ref LSA_OBJECT_ATTRIBUTES ObjectAttributes,
            Int32 DesiredAccess,
            out IntPtr PolicyHandle
        );