IServerSecurity Interface

Used by a server to authenticate a client and to manage impersonation of a client. For more information, see IServerSecurity.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000013E-0000-0000-C000-000000000046")> _
Public Interface IServerSecurity
[InterfaceTypeAttribute()]
[GuidAttribute("0000013E-0000-0000-C000-000000000046")]
public interface IServerSecurity
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000013E-0000-0000-C000-000000000046")]
public interface class IServerSecurity
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000013E-0000-0000-C000-000000000046")>]
type IServerSecurity =  interface end
public interface IServerSecurity

The IServerSecurity type exposes the following members.

Methods

  Name Description
Public method ImpersonateClient
Public method IsImpersonating
Public method QueryBlanket
Public method RevertToSelf

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace