'Declaration
<NotNullAttribute()> Public Function GetOrCreateAccessControlEntry( _ ByVal securityEntity As SecurityEntity, _ ByVal inheritanceOptions As SecurityInheritanceOptions _ ) As AccessControlEntry
[NotNull()] public AccessControlEntry GetOrCreateAccessControlEntry( SecurityEntity securityEntity, SecurityInheritanceOptions inheritanceOptions )
[NotNull()] public: AccessControlEntry^ GetOrCreateAccessControlEntry( SecurityEntity^ securityEntity, SecurityInheritanceOptions inheritanceOptions )
Parameters
- securityEntity
- The entity to get the entry for.
- inheritanceOptions
- The inheritance options to use.
Return Value
A new or existing AccessControlEntry for the combination of securityEntity and inheritanceOptions. See Remarks.