SecurityPrincipalBase Class
Base class for user and group.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::SecurityPrincipalBase
Microsoft.MasterDataServices.Services.DataContracts::Group
Microsoft.MasterDataServices.Services.DataContracts::User
| Name | Description | |
|---|---|---|
![]() | SecurityPrincipalBase() | Default constructor for the User. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets the AuditInfo. |
![]() | Description | Gets or sets the description for the security principal. |
![]() | Identifier | Gets or sets the user Identifier. |
![]() | SecurityPrivilege | Gets or sets the list of SecurityPrivileges assigned to the principal. |
![]() | SID | Gets or sets the security token identifier for the security principal. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether the specified object is equal to this instance. (Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The SecurityPrincipalBase specifies base class for user and group.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


