SecurityPrincipalBase Class

 

Base class for user and group.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)


[DataContractAttribute(Name = "SecurityPrincipalBase", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityPrincipalBase : DataContractBase

NameDescription
System_CAPS_pubmethodSecurityPrincipalBase()

Default constructor for the User.

NameDescription
System_CAPS_pubpropertyAuditInfo

Gets or sets the AuditInfo.

System_CAPS_pubpropertyDescription

Gets or sets the description for the security principal.

System_CAPS_pubpropertyIdentifier

Gets or sets the user Identifier.

System_CAPS_pubpropertySecurityPrivilege

Gets or sets the list of SecurityPrivileges assigned to the principal.

System_CAPS_pubpropertySID

Gets or sets the security token identifier for the security principal.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Indicates whether the specified object is equal to this instance. (Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetProperty<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.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: