SPEncryptedStringCollection - Classe

Représente une collection d'objets SPEncryptedString .

Hiérarchie d’héritage

System.Object
  Microsoft.SharePoint.Administration.SPPersistedTypeCollection
    Microsoft.SharePoint.Administration.SPPersistedTypeCollection<SPEncryptedString>
      Microsoft.SharePoint.Administration.SPEncryptedStringCollection

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<GuidAttribute("42177D7E-659A-4cca-9012-E29D1E9E0A90")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPEncryptedStringCollection _
    Inherits SPPersistedTypeCollection(Of SPEncryptedString)
'Utilisation
Dim instance As SPEncryptedStringCollection
[GuidAttribute("42177D7E-659A-4cca-9012-E29D1E9E0A90")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPEncryptedStringCollection : SPPersistedTypeCollection<SPEncryptedString>

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

SPEncryptedStringCollection - Membres

Microsoft.SharePoint.Administration - Espace de noms