IClientSecurity Interface
Gets or sets the security settings of an interface proxy or copies the proxy. For more information, see IClientSecurity.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("0000013D-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IClientSecurity
[GuidAttribute("0000013D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IClientSecurity
[GuidAttribute(L"0000013D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IClientSecurity
[<GuidAttribute("0000013D-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IClientSecurity = interface end
public interface IClientSecurity
The IClientSecurity type exposes the following members.
Methods
Name | Description | |
---|---|---|
CopyProxy | ||
QueryBlanket | ||
SetBlanket |
Top