Partager via


SerializableSecureStoreCredentialCollection - Classe

Représente une collection d'objets de SerializableSecureStoreCredential .

Hiérarchie d’héritage

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

Espace de noms :  Microsoft.Office.SecureStoreService.Server
Assembly :  Microsoft.Office.SecureStoreService (dans Microsoft.Office.SecureStoreService.dll)

Syntaxe

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

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

SerializableSecureStoreCredentialCollection - Membres

Microsoft.Office.SecureStoreService.Server - Espace de noms