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
'Declaración
<GuidAttribute("0000013D-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IClientSecurity
'Uso
Dim instance As 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