Click or drag to resize
Galactic API

SecurityPrincipal Methods

The SecurityPrincipal type exposes the following members.

Methods
  NameDescription
Public methodAddProxyAddress
Adds a proxy e-mail address to the account's proxyAddresses field.
Public methodAddToGroup
Adds this principal to the supplied group.
Public methodCompareTo(ActiveDirectoryObject)
Compares this ActiveDirectoryObject to another ActiveDirectoryObject.
(Inherited from ActiveDirectoryObject.)
Public methodCompareTo(SecurityPrincipal)
Compares this SecurityPrincipal to another SecurityPrincipal.
Public methodDeleteAttribute
Deletes values from an attribute.
(Inherited from ActiveDirectoryObject.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(ActiveDirectoryObject, ActiveDirectoryObject)
Checks whether x and y are equal (using GUIDs).
(Inherited from ActiveDirectoryObject.)
Public methodEquals(SecurityPrincipal, SecurityPrincipal)
Checks whether x and y are equal (using GUIDs).
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetByteAttributeValue
Gets the first byte array value from the supplied attribute of the object.
(Inherited from ActiveDirectoryObject.)
Public methodGetByteAttributeValues
Gets all byte array values from the supplied attribute of the object.
(Inherited from ActiveDirectoryObject.)
Protected methodGetEntryFromAD(Guid)
Gets new data for the object from AD and places the values in the entry variable within the object.
(Inherited from ActiveDirectoryObject.)
Protected methodGetEntryFromAD(Guid, ListString)
Gets new data for the object from AD and places the values in the entry variable within the object.
(Inherited from ActiveDirectoryObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHashCode(ActiveDirectoryObject)
Generates a hash code for the ActiveDirectoryObject supplied.
(Inherited from ActiveDirectoryObject.)
Public methodGetHashCode(SecurityPrincipal)
Generates a hash code for the SecurityPrincipal supplied.
Public methodGetIntervalAttributeValue
Gets the UTC DateTime from a Interval attribute.
(Inherited from ActiveDirectoryObject.)
Public methodGetStringAttributeValue
Gets the first string value from the supplied attribute of the object.
(Inherited from ActiveDirectoryObject.)
Public methodGetStringAttributeValues
Gets all string values from the supplied attribute of the object.
(Inherited from ActiveDirectoryObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMemberOfGroup
Checks if this principal is a member of the supplied group.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveRename
Moves and / or renames this object.
(Overrides ActiveDirectoryObjectMoveRename(NullableGuid, String).)
Public methodRefresh
Refreshes the object to retrieve any changes made to attributes since creation.
(Inherited from ActiveDirectoryObject.)
Public methodRemoveFromGroup
Removes this principal from the supplied group.
Public methodRemoveProxyAddress
Removes a proxy e-mail address from the account's proxyAddresses field.
Public methodSetAttribute
Sets attribute of an object. If a null or empty values object is supplied no modifications will be made.
(Inherited from ActiveDirectoryObject.)
Public methodSetPrimaryProxyAddress
Sets the supplied e-mail address to be the primary e-mail address for receiving mail. Note: This e-mail address must already be associated with the account. If there is account currently has a primary e-mail address, it will be set as a secondary.
Public methodSetStringAttribute
Sets a single value string attribute of an object. If a null or empty value is supplied, the attribute will be cleared / deleted.
(Inherited from ActiveDirectoryObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also