Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a set of security permissions to attach to the object referenced by the specified token.
HRESULT DefineSecurityAttributeSet (
[in] mdToken tkObj,
[in] COR_SECATTR rSecAttrs[],
[in] ULONG cSecAttrs,
[out] ULONG *pulErrorAttr
);
Parameters
tkObj
[in] The token to which the security information is attached.rSecAttrs
[in] An array of COR_SECATTR structures.cSecAttrs
[in] The number of elements in rSecAttrs.pulErrorAttr
[out] If the method fails, specifies the index in rSecAttrs of the element that caused the problem.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Cor.h
Library: Used as a resource in MSCorEE.dll
.NET Framework Version: 2.0, 1.1, 1.0