Opc.Ua.Com.ComUtils.CoQueryProxyBlanket C# (CSharp) Method

CoQueryProxyBlanket() private method

private CoQueryProxyBlanket ( [ pProxy, uint &pAuthnSvc, uint &pAuthzSvc, [ pServerPrincName, uint &pAuthnLevel, uint &pImpLevel, IntPtr &pAuthInfo, uint &pCapabilities ) : int
pProxy [
pAuthnSvc uint
pAuthzSvc uint
pServerPrincName [
pAuthnLevel uint
pImpLevel uint
pAuthInfo System.IntPtr
pCapabilities uint
return int
		private static extern int CoQueryProxyBlanket(
			[MarshalAs(UnmanagedType.IUnknown)]
			object pProxy,
			ref uint pAuthnSvc,
			ref uint pAuthzSvc,
			[MarshalAs(UnmanagedType.LPWStr)]
			ref string pServerPrincName,
			ref uint pAuthnLevel, 
			ref uint pImpLevel, 
			ref IntPtr pAuthInfo,
			ref uint pCapabilities);