IClientSecurity.SetBlanket, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub SetBlanket ( _
pProxy As Object, _
dwAuthnSvc As UInteger, _
dwAuthzSvc As UInteger, _
pServerPrincName As String, _
dwAuthnLevel As UInteger, _
dwImpLevel As UInteger, _
pAuthInfo As IntPtr, _
dwCapabilities As UInteger _
)
void SetBlanket(
Object pProxy,
uint dwAuthnSvc,
uint dwAuthzSvc,
string pServerPrincName,
uint dwAuthnLevel,
uint dwImpLevel,
IntPtr pAuthInfo,
uint dwCapabilities
)
Paramètres
- pProxy
Type : System.Object
- dwAuthnSvc
Type : System.UInt32
- dwAuthzSvc
Type : System.UInt32
- pServerPrincName
Type : System.String
- dwAuthnLevel
Type : System.UInt32
- dwImpLevel
Type : System.UInt32
- pAuthInfo
Type : System.IntPtr
- dwCapabilities
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.