IMetaDataEmit::DefinePermissionSet Method
Creates a definition for a permission set with the specified metadata signature, and gets a token to that permission set definition.
HRESULT DefinePermissionSet (
[in] mdToken tk,
[in] DWORD dwAction,
[in] void const *pvPermission,
[in] ULONG cbPermission,
[out] mdPermission *ppm
);
Parameters
tk
[in] The object to be decorated.dwAction
[in] A CorDeclSecurity value that specifies the type of declarative security to be used.pvPermission
[in] The permission BLOB.cbPermission
[in] The size, in bytes, of pvPermission.ppm
[out] The returned permission token.
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Used as a resource in MSCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0