SerializableSecureStoreCredentialCollection class

Represents a collection of SerializableSecureStoreCredential objects.

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<SerializableSecureStoreCredential>
    Microsoft.Office.SecureStoreService.Server.SerializableSecureStoreCredentialCollection

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SerializableSecureStoreCredentialCollection _
    Inherits List(Of SerializableSecureStoreCredential) _
    Implements IDisposable
'Usage
Dim instance As SerializableSecureStoreCredentialCollection
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SerializableSecureStoreCredentialCollection : List<SerializableSecureStoreCredential>, 
    IDisposable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SerializableSecureStoreCredentialCollection members

Microsoft.Office.SecureStoreService.Server namespace