SPTrustedAccessProviderCollection Methods

Include Protected Members
Include Inherited Members

The SPTrustedAccessProviderCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds a trusted provider to the collection (Inherited from SPTrustedProviderCollection<T>.)
Public method Ensure Adds an object to the collection and, if the object already exists, reinitializes it with the data of the existing object. (Inherited from SPPersistedChildCollection<T>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets an enumerator that can be used to iterate through the collection. (Inherited from SPPersistedObjectCollection<T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetProviderByName Retrieves the provider with the specified provider name from the collection. (Inherited from SPTrustedProviderCollection<T>.)
Public method GetProviderBySigningCertificate Retrieves the provider with the specified signing certificate from the collection. (Inherited from SPTrustedProviderCollection<T>.)
Public method GetType (Inherited from Object.)
Public method GetValue<U>() Retrieves an object from the collection with the specified type and the default name. (Inherited from SPPersistedObjectCollection<T>.)
Public method GetValue<U>(Guid) Retrieves an object from the collection with the specified ID and type. (Inherited from SPPersistedObjectCollection<T>.)
Public method GetValue<U>(String) Retrieves an object from the collection with the specified name and type. (Inherited from SPPersistedObjectCollection<T>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Deletes an object from the collection. (Inherited from SPPersistedChildCollection<T>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SPPersistedObjectCollection<T>.)

Top

See Also

Reference

SPTrustedAccessProviderCollection Class

Microsoft.SharePoint.Administration.Claims Namespace