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

LookupAccountName() private method

private LookupAccountName ( string lpSystemName, string lpAccountName, IntPtr psid, int &cbsid, StringBuilder domainName, int &cbdomainLength, int &use ) : bool
lpSystemName string
lpAccountName string
psid System.IntPtr
cbsid int
domainName StringBuilder
cbdomainLength int
use int
return bool
        private static extern bool LookupAccountName(
            string lpSystemName, string lpAccountName,
            IntPtr psid,
            ref int cbsid,
            StringBuilder domainName, ref int cbdomainLength, ref int use);