IServerSecurity.QueryBlanket Method

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

Syntax

声明
Sub QueryBlanket ( _
    <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 pPrivs As IntPtr, _
    <OutAttribute> ByRef pCapabilities As UInteger _
)
用法
Dim instance As IServerSecurity
Dim pAuthnSvc As UInteger
Dim pAuthzSvc As UInteger
Dim pServerPrincName As IntPtr
Dim pAuthnLevel As UInteger
Dim pImpLevel As UInteger
Dim pPrivs As IntPtr
Dim pCapabilities As UInteger

instance.QueryBlanket(pAuthnSvc, pAuthzSvc, _
    pServerPrincName, pAuthnLevel, pImpLevel, _
    pPrivs, pCapabilities)
void QueryBlanket(
    out uint pAuthnSvc,
    out uint pAuthzSvc,
    IntPtr pServerPrincName,
    out uint pAuthnLevel,
    out uint pImpLevel,
    out IntPtr pPrivs,
    out uint pCapabilities
)
void QueryBlanket(
    [OutAttribute] unsigned int% pAuthnSvc, 
    [OutAttribute] unsigned int% pAuthzSvc, 
    [InAttribute] IntPtr pServerPrincName, 
    [OutAttribute] unsigned int% pAuthnLevel, 
    [OutAttribute] unsigned int% pImpLevel, 
    [OutAttribute] IntPtr% pPrivs, 
    [InAttribute] [OutAttribute] unsigned int% pCapabilities
)
abstract QueryBlanket : 
        pAuthnSvc:uint32 byref * 
        pAuthzSvc:uint32 byref * 
        pServerPrincName:IntPtr * 
        pAuthnLevel:uint32 byref * 
        pImpLevel:uint32 byref * 
        pPrivs:IntPtr byref * 
        pCapabilities:uint32 byref -> unit 
function QueryBlanket(
    pAuthnSvc : uint, 
    pAuthzSvc : uint, 
    pServerPrincName : IntPtr, 
    pAuthnLevel : uint, 
    pImpLevel : uint, 
    pPrivs : IntPtr, 
    pCapabilities : uint
)

Parameters

.NET Framework Security

See Also

Reference

IServerSecurity Interface

IServerSecurity Members

Microsoft.VisualStudio.OLE.Interop Namespace