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

CoSetProxyBlanket() private method

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