SPAce<T> members
Represents an access control entry in an access control list (ACL).
The SPAce<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
BinaryId | Gets the identifier (ID) of the principal. | |
BinaryIdType | Gets the identifier (ID) type of the principal. | |
DenyRightsMask | Gets or sets the rights denied by the access control entry. | |
DisplayName | Gets or sets the display name of the access control entry. | |
GrantRightsMask | Gets or sets the rights granted by the access control entry. | |
IsWindowsAuthenticationMode | Gets a Boolean value that indicates whether the principal uses Windows authentication. | |
PrincipalName | Gets the name of the principal. | |
RawSid | Gets the security identifier for the principal. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top