IClientSecurity.QueryBlanket, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- pProxy
Type : System.Object
- pAuthnSvc
Type : System.UInt32%
- pAuthzSvc
Type : System.UInt32%
- pServerPrincName
Type : System.IntPtr
- pAuthnLevel
Type : System.UInt32%
- pImpLevel
Type : System.UInt32%
- pAuthInfo
Type : System.IntPtr%
- pCapabilites
Type : System.UInt32%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.