Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: 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.