UserProfiles Class |
Namespace: NetQuarry.Security
The UserProfiles type exposes the following members.
Name | Description | |
---|---|---|
![]() | UserProfiles |
Default constructor.
|
Name | Description | |
---|---|---|
![]() | Count | Gets the number of strings contained in the StringCollection. (Inherited from StringCollection.) |
![]() | Hash |
Computes and returns a MD5 hash of the profiles concatenated into a string.
|
![]() | IsReadOnly | Gets a value indicating whether the StringCollection is read-only. (Inherited from StringCollection.) |
![]() | IsSynchronized | Gets a value indicating whether access to the StringCollection is synchronized (thread safe). (Inherited from StringCollection.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from StringCollection.) |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the StringCollection. (Inherited from StringCollection.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a profile to the collection, if not already present.
|
![]() | AddRange |
Copies any new profiles to the end of the collection. Any profiles already in the collection are skipped.
|
![]() | Clear |
Clear the user's profiles collection.
|
![]() | Clone |
Returns a copy of this collection.
|
![]() | Contains | Determines whether the specified string is in the StringCollection. (Inherited from StringCollection.) |
![]() | CopyTo | Copies the entire StringCollection values to a one-dimensional array of strings, starting at the specified index of the target array. (Inherited from StringCollection.) |
![]() | Equals | (Inherited from Object.) |
![]() | FilterClause |
Returns a string formatted for use in a filter
|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns a StringEnumerator that iterates through the StringCollection. (Inherited from StringCollection.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Searches for the specified string and returns the zero-based index of the first occurrence within the StringCollection. (Inherited from StringCollection.) |
![]() | Insert |
Adds a profile to the collection at the specified index, if not already present.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the profile from the collection, if present.
|
![]() | RemoveAt |
Remove the profile at the specified index.
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |
![]() | ToArray |
Copy the collection to a string array, possibly empty, but never null.
(Defined by StringUtils.) |