Metodo IClientSecurity.SetBlanket
Spazio dei nomi: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- pProxy
Tipo: System.Object
- dwAuthnSvc
Tipo: System.UInt32
- dwAuthzSvc
Tipo: System.UInt32
- pServerPrincName
Tipo: System.String
- dwAuthnLevel
Tipo: System.UInt32
- dwImpLevel
Tipo: System.UInt32
- pAuthInfo
Tipo: System.IntPtr
- dwCapabilities
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.