IMetaDataEmit::DefineSecurityAttributeSet 方法

创建一组安全权限,以附加到指定标记引用的对象。

语法

HRESULT DefineSecurityAttributeSet (
    [in]  mdToken       tkObj,
    [in]  COR_SECATTR   rSecAttrs[],
    [in]  ULONG         cSecAttrs,
    [out] ULONG         *pulErrorAttr
);  

参数

tkObj
[in] 为其附加安全信息的标记。

rSecAttrs
[in] COR_SECATTR 结构的数组。

cSecAttrs
rSecAttrs 中的元素数。

pulErrorAttr
[out] 如果方法失败,请在 rSecAttrs 中指定导致该问题的元素的索引。

要求

平台:请参阅系统要求

标头:Cor.h

库:用作 MSCorEE.dll 中的资源

.NET Framework 版本:自 1.0 起可用

另请参阅