Constable Authorization Engine 2.0 BETA

ComPlusRole Class

[This is preliminary documentation and subject to change.]

Provides a role implementation that represents a role in the COM+ catalog.

For a list of all members of this type, see ComPlusRole Members.

System.Object
   LaMarvin.Constable.Model.ObjectBase
      LaMarvin.Constable.Model.NamedObjectBase
         LaMarvin.Constable.Model.Role
            LaMarvin.Constable.Model.ComPlusRole

[Visual Basic]
<Serializable>
Public Class ComPlusRole
    Inherits Role
[C#]
[Serializable]
public class ComPlusRole : Role

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The implementation delegates to the System.EnterpriseServices.ContextUtil.IsCallerInRole method to check COM+ role membership.

Requirements

Namespace: LaMarvin.Constable.Model

Assembly: LaMarvin.Constable (in LaMarvin.Constable.dll)

See Also

ComPlusRole Members | LaMarvin.Constable.Model Namespace