IClientSecurity.QueryBlanket Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void QueryBlanket(System::Object ^ pProxy, [Runtime::InteropServices::Out] System::UInt32 % pAuthnSvc, [Runtime::InteropServices::Out] System::UInt32 % pAuthzSvc, IntPtr pServerPrincName, [Runtime::InteropServices::Out] System::UInt32 % pAuthnLevel, [Runtime::InteropServices::Out] System::UInt32 % pImpLevel, [Runtime::InteropServices::Out] IntPtr % pAuthInfo, [Runtime::InteropServices::Out] System::UInt32 % pCapabilites);
public void QueryBlanket (object pProxy, out uint pAuthnSvc, out uint pAuthzSvc, IntPtr pServerPrincName, out uint pAuthnLevel, out uint pImpLevel, out IntPtr pAuthInfo, out uint pCapabilites);
abstract member QueryBlanket : obj * uint32 * uint32 * nativeint * uint32 * uint32 * nativeint * uint32 -> unit
Public Sub QueryBlanket (pProxy As Object, ByRef pAuthnSvc As UInteger, ByRef pAuthzSvc As UInteger, pServerPrincName As IntPtr, ByRef pAuthnLevel As UInteger, ByRef pImpLevel As UInteger, ByRef pAuthInfo As IntPtr, ByRef pCapabilites As UInteger)
Parameters
- pProxy
- Object
- pAuthnSvc
- UInt32
- pAuthzSvc
- UInt32
- pServerPrincName
-
IntPtr
nativeint
- pAuthnLevel
- UInt32
- pImpLevel
- UInt32
- pAuthInfo
-
IntPtr
nativeint
- pCapabilites
- UInt32