IServerSecurity.QueryBlanket Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
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
- pAuthnSvc
Type: System.UInt32%
- pAuthzSvc
Type: System.UInt32%
- pServerPrincName
Type: System.IntPtr
- pAuthnLevel
Type: System.UInt32%
- pImpLevel
Type: System.UInt32%
- pPrivs
Type: System.IntPtr%
- pCapabilities
Type: System.UInt32%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.