IClientSecurity.SetBlanket Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
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
)
Parameters
- 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
.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.