IServerSecurity.QueryBlanket Method

Definition

public:
 void QueryBlanket([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 % pPrivs, [Runtime::InteropServices::Out] System::UInt32 % pCapabilities);
public void QueryBlanket (out uint pAuthnSvc, out uint pAuthzSvc, IntPtr pServerPrincName, out uint pAuthnLevel, out uint pImpLevel, out IntPtr pPrivs, out uint pCapabilities);
abstract member QueryBlanket : uint32 * uint32 * nativeint * uint32 * uint32 * nativeint * uint32 -> unit
Public Sub QueryBlanket (ByRef pAuthnSvc As UInteger, ByRef pAuthzSvc As UInteger, pServerPrincName As IntPtr, ByRef pAuthnLevel As UInteger, ByRef pImpLevel As UInteger, ByRef pPrivs As IntPtr, ByRef pCapabilities As UInteger)

Parameters

pAuthnSvc
UInt32
pAuthzSvc
UInt32
pServerPrincName
IntPtr

nativeint

pAuthnLevel
UInt32
pImpLevel
UInt32
pPrivs
IntPtr

nativeint

pCapabilities
UInt32

Applies to