IndividualAccessControlEntry Members

Include Protected Members
Include Inherited Members

Represents access for a user or a group of users.

The IndividualAccessControlEntry type exposes the following members.

Constructors

  Name Description
Public method IndividualAccessControlEntry(String) Initializes a new instance of the class using the specified security principal name.
Public method IndividualAccessControlEntry(String, BdcRights) Initializes a new instance of the class using the specified name and access rights of the security principal.
Public method IndividualAccessControlEntry(String, String, BdcRights) Initializes a new instance of the class using the specified name, display name, and access rights of the security principal.

Top

Properties

  Name Description
Public property DisplayName Gets the display name of the security principal.
Public property IdentityName Gets the name of the security principal.
Public property Rights Gets the access rights of the security principal.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

IndividualAccessControlEntry Class

Microsoft.SharePoint.BusinessData.Infrastructure Namespace