Share via


IClientSecurity.SetBlanket Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
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
)
void SetBlanket(
    [InAttribute] Object^ pProxy, 
    [InAttribute] unsigned int dwAuthnSvc, 
    [InAttribute] unsigned int dwAuthzSvc, 
    [InAttribute] String^ pServerPrincName, 
    [InAttribute] unsigned int dwAuthnLevel, 
    [InAttribute] unsigned int dwImpLevel, 
    [InAttribute] IntPtr pAuthInfo, 
    [InAttribute] unsigned int dwCapabilities
)
abstract SetBlanket : 
        pProxy:Object * 
        dwAuthnSvc:uint32 * 
        dwAuthzSvc:uint32 * 
        pServerPrincName:string * 
        dwAuthnLevel:uint32 * 
        dwImpLevel:uint32 * 
        pAuthInfo:IntPtr * 
        dwCapabilities:uint32 -> unit
function SetBlanket(
    pProxy : Object, 
    dwAuthnSvc : uint, 
    dwAuthzSvc : uint, 
    pServerPrincName : String, 
    dwAuthnLevel : uint, 
    dwImpLevel : uint, 
    pAuthInfo : IntPtr, 
    dwCapabilities : uint
)

Parameters

  • pProxy
    Type: Object
  • dwAuthnSvc
    Type: UInt32
  • dwAuthzSvc
    Type: UInt32
  • pServerPrincName
    Type: String
  • dwAuthnLevel
    Type: UInt32
  • dwImpLevel
    Type: UInt32
  • pAuthInfo
    Type: IntPtr
  • dwCapabilities
    Type: UInt32

.NET Framework Security

See Also

Reference

IClientSecurity Interface

Microsoft.VisualStudio.OLE.Interop Namespace