Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents the SECUTIRY_ATTRIBUTES() structure that contains the descriptor for the object being bound to and indicates whether the handle retrieved by specifying this structure is inheritable.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
Public securityAttributes As SECURITY_ATTRIBUTES
'Uso
Dim instance As BINDINFO
Dim value As SECURITY_ATTRIBUTES
value = instance.securityAttributes
instance.securityAttributes = value
public SECURITY_ATTRIBUTES securityAttributes
public:
SECURITY_ATTRIBUTES securityAttributes
val mutable securityAttributes: SECURITY_ATTRIBUTES
public var securityAttributes : SECURITY_ATTRIBUTES
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.