Freigeben über


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 _
)
'Usage
Dim instance As IClientSecurity
Dim pProxy As Object
Dim dwAuthnSvc As UInteger
Dim dwAuthzSvc As UInteger
Dim pServerPrincName As String
Dim dwAuthnLevel As UInteger
Dim dwImpLevel As UInteger
Dim pAuthInfo As IntPtr
Dim dwCapabilities As UInteger

instance.SetBlanket(pProxy, dwAuthnSvc, _
    dwAuthzSvc, pServerPrincName, dwAuthnLevel, _
    dwImpLevel, pAuthInfo, dwCapabilities)
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

.NET Framework Security

See Also

Reference

IClientSecurity Interface

IClientSecurity Members

Microsoft.VisualStudio.OLE.Interop Namespace