Metodo IClientSecurity.QueryBlanket
Spazio dei nomi: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- pProxy
Tipo: System.Object
- pAuthnSvc
Tipo: System.UInt32%
- pAuthzSvc
Tipo: System.UInt32%
- pServerPrincName
Tipo: System.IntPtr
- pAuthnLevel
Tipo: System.UInt32%
- pImpLevel
Tipo: System.UInt32%
- pAuthInfo
Tipo: System.IntPtr%
- pCapabilites
Tipo: System.UInt32%
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.