IClientSecurity::QueryBlanket Method (Object^, UInt32, UInt32, IntPtr, UInt32, UInt32, IntPtr, UInt32)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void QueryBlanket(
	Object^ pProxy,
	[OutAttribute] unsigned int% pAuthnSvc,
	[OutAttribute] unsigned int% pAuthzSvc,
	IntPtr pServerPrincName,
	[OutAttribute] unsigned int% pAuthnLevel,
	[OutAttribute] unsigned int% pImpLevel,
	[OutAttribute] IntPtr% pAuthInfo,
	[OutAttribute] unsigned int% pCapabilites
)

Parameters

pProxy
Type: System::Object^
pAuthnSvc
Type: System::UInt32
pAuthzSvc
Type: System::UInt32
pServerPrincName
Type: System::IntPtr
pAuthnLevel
Type: System::UInt32
pImpLevel
Type: System::UInt32
pAuthInfo
Type: System::IntPtr
pCapabilites
Type: System::UInt32
Return to top
Show: