RevokeAccessSecured;
RevokeAccessSecured();
The RevokeAccessSecured method disables use of access permissions for MDM dictionary elements.
The method sets ISecurityDescriptor.AccessSecured to False, then it applies the permissions (ISecurityDescriptor.Apply).
The method use is given in the example for IMetabaseObjectSecurity.GetAccessSecurity.
See also: