다음을 통해 공유


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 _
)
void SetBlanket(
    Object pProxy,
    uint dwAuthnSvc,
    uint dwAuthzSvc,
    string pServerPrincName,
    uint dwAuthnLevel,
    uint dwImpLevel,
    IntPtr pAuthInfo,
    uint dwCapabilities
)

Parameters

.NET Framework Security

See Also

Reference

IClientSecurity Interface

Microsoft.VisualStudio.OLE.Interop Namespace