次の方法で共有


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

Parameters

.NET Framework Security

See Also

Reference

IServerSecurity Interface

Microsoft.VisualStudio.OLE.Interop Namespace