SecureStoreCredentialCollection Members

Include Protected Members
Include Inherited Members

Represents a read-only collection class for a Secure Store credential.

The SecureStoreCredentialCollection type exposes the following members.

Constructors

  Name Description
Public method SecureStoreCredentialCollection Constructs and initializes the class by using a list of parameters.

Top

Properties

  Name Description
Public property Count (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Public property Item (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Protected property Items (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)

Top

Methods

  Name Description
Public method Contains (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Public method CopyTo (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Public method Dispose Disposes the instance of the Secure Store credential collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<T>.Add (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method IList.Add (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method ICollection<T>.Clear (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method IList.Clear (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method IList<T>.Insert (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate property IList<T>.Item (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method ICollection<T>.Remove (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method IList<T>.RemoveAt (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate method IList.RemoveAt (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from ReadOnlyCollection<ISecureStoreCredential>.)

Top

See Also

Reference

SecureStoreCredentialCollection Class

Microsoft.BusinessData.Infrastructure.SecureStore Namespace