IClientSecurity.SetBlanket Method

Definition

public:
 void SetBlanket(System::Object ^ pProxy, System::UInt32 dwAuthnSvc, System::UInt32 dwAuthzSvc, System::String ^ pServerPrincName, System::UInt32 dwAuthnLevel, System::UInt32 dwImpLevel, IntPtr pAuthInfo, System::UInt32 dwCapabilities);
public void SetBlanket (object pProxy, uint dwAuthnSvc, uint dwAuthzSvc, string pServerPrincName, uint dwAuthnLevel, uint dwImpLevel, IntPtr pAuthInfo, uint dwCapabilities);
abstract member SetBlanket : obj * uint32 * uint32 * string * uint32 * uint32 * nativeint * uint32 -> unit
Public 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)

Parameters

pProxy
Object
dwAuthnSvc
UInt32
dwAuthzSvc
UInt32
pServerPrincName
String
dwAuthnLevel
UInt32
dwImpLevel
UInt32
pAuthInfo
IntPtr

nativeint

dwCapabilities
UInt32

Applies to