SecurityTokenCollection Members
Represents a strongly-typed collection of SecurityToken objects.
The following tables list the members exposed by the SecurityTokenCollection type.
Public Constructors
Name | Description | |
---|---|---|
SecurityTokenCollection | Initializes an empty SecurityTokenCollection. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of security tokens in a SecurityTokenCollection. |
![]() |
IsSynchronized | Gets a value indicating whether access to SecurityTokenCollection is synchronized (thread-safe). |
![]() |
Item | Gets the SecurityToken corresponding to the specified id. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the SecurityTokenCollection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Add | Adds a security token to the collection. |
![]() |
AddRange | Adds a collection of SecurityToken objects to the current SecurityTokenCollection. |
![]() |
Clear | Removes all the SecurityToken objects from the current SecurityTokenCollection. |
![]() |
Contains | Checks if a security token exists in a SecurityTokenCollection. |
![]() |
CopyTo | Copies the elements of a SecurityTokenCollection to an array of type SecurityToken at the specified index. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetEnumerator | Gets an IEnumerator that can iterate through the SecurityTokenCollection. |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
Remove | Removes the specific SecurityToken from a SecurityTokenCollection . |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo |
Top
See Also
Reference
SecurityTokenCollection Class
Microsoft.Web.Services3.Security.Tokens Namespace