IClientSecurity::SetBlanket Method (Object^, UInt32, UInt32, String^, UInt32, UInt32, IntPtr, UInt32)

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

void SetBlanket(
	Object^ pProxy,
	unsigned int dwAuthnSvc,
	unsigned int dwAuthzSvc,
	String^ pServerPrincName,
	unsigned int dwAuthnLevel,
	unsigned int dwImpLevel,
	IntPtr pAuthInfo,
	unsigned int dwCapabilities
)

Parameters

pProxy
Type: System::Object^
dwAuthnSvc
Type: System::UInt32
dwAuthzSvc
Type: System::UInt32
pServerPrincName
Type: System::String^
dwAuthnLevel
Type: System::UInt32
dwImpLevel
Type: System::UInt32
pAuthInfo
Type: System::IntPtr
dwCapabilities
Type: System::UInt32
Return to top
Show: