IClientSecurity.SetBlanket Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣告
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 _
)
'用途
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
- 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.