IServerSecurity.QueryBlanket 方法

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
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 _
)
void QueryBlanket(
    out uint pAuthnSvc,
    out uint pAuthzSvc,
    IntPtr pServerPrincName,
    out uint pAuthnLevel,
    out uint pImpLevel,
    out IntPtr pPrivs,
    out uint pCapabilities
)

参数

.NET Framework 安全性

请参见

参考

IServerSecurity 接口

Microsoft.VisualStudio.OLE.Interop 命名空间