Dela via


IClientSecurity.QueryBlanket Method

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

Syntax

'Declaration
Sub QueryBlanket ( _
    pProxy As Object, _
    <OutAttribute> ByRef pAuthnSvc As UInteger, _
    <OutAttribute> ByRef pAuthzSvc As UInteger, _
    pServerPrincName As IntPtr, _
    <OutAttribute> ByRef pAuthnLevel As UInteger, _
    <OutAttribute> ByRef pImpLevel As UInteger, _
    <OutAttribute> ByRef pAuthInfo As IntPtr, _
    <OutAttribute> ByRef pCapabilites As UInteger _
)
void QueryBlanket(
    Object pProxy,
    out uint pAuthnSvc,
    out uint pAuthzSvc,
    IntPtr pServerPrincName,
    out uint pAuthnLevel,
    out uint pImpLevel,
    out IntPtr pAuthInfo,
    out uint pCapabilites
)
void QueryBlanket(
    [InAttribute] Object^ pProxy, 
    [OutAttribute] unsigned int% pAuthnSvc, 
    [OutAttribute] unsigned int% pAuthzSvc, 
    [InAttribute] IntPtr pServerPrincName, 
    [OutAttribute] unsigned int% pAuthnLevel, 
    [OutAttribute] unsigned int% pImpLevel, 
    [OutAttribute] IntPtr% pAuthInfo, 
    [OutAttribute] unsigned int% pCapabilites
)
abstract QueryBlanket : 
        pProxy:Object * 
        pAuthnSvc:uint32 byref * 
        pAuthzSvc:uint32 byref * 
        pServerPrincName:IntPtr * 
        pAuthnLevel:uint32 byref * 
        pImpLevel:uint32 byref * 
        pAuthInfo:IntPtr byref * 
        pCapabilites:uint32 byref -> unit
function QueryBlanket(
    pProxy : Object, 
    pAuthnSvc : uint, 
    pAuthzSvc : uint, 
    pServerPrincName : IntPtr, 
    pAuthnLevel : uint, 
    pImpLevel : uint, 
    pAuthInfo : IntPtr, 
    pCapabilites : uint
)

Parameters

  • pProxy
    Type: Object
  • pAuthnSvc
    Type: UInt32%
  • pAuthzSvc
    Type: UInt32%
  • pServerPrincName
    Type: IntPtr
  • pAuthnLevel
    Type: UInt32%
  • pImpLevel
    Type: UInt32%
  • pAuthInfo
    Type: IntPtr%
  • pCapabilites
    Type: UInt32%

.NET Framework Security

See Also

Reference

IClientSecurity Interface

Microsoft.VisualStudio.OLE.Interop Namespace