IAccessObjectSecurity.RevokeAccessSecured

Syntax

RevokeAccessSecured;

RevokeAccessSecured();

Description

The RevokeAccessSecured method disables use of access permissions for elements of the MDM dictionary.

Comments

The method sets ISecurityDescriptor.AccessSecured to False, then it applies the rights (ISecurityDescriptor.Apply).

Example

The method use is given in the example for IMetabaseObjectSecurity.GetAccessSecurity.

See also:

IAccessObjectSecurity