IMetaDataEmit::DefineSecurityAttributeSet Method
Creates a set of security permissions to attach to the object referenced by the specified token.
Syntax
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: See System Requirements.
Header: Cor.h
Library: Used as a resource in MSCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.