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
'Declaração
<InterfaceTypeAttribute()> _
<GuidAttribute("0000013E-0000-0000-C000-000000000046")> _
Public Interface IServerSecurity
[InterfaceTypeAttribute()]
[GuidAttribute("0000013E-0000-0000-C000-000000000046")]
public interface IServerSecurity
The IServerSecurity type exposes the following members.
Methods
Name | Description | |
---|---|---|
ImpersonateClient | ||
IsImpersonating | ||
QueryBlanket | ||
RevertToSelf |
Top