SPEncryptedStringCollection-Klasse

Stellt eine Auflistung von SPEncryptedString -Objekten dar.

Vererbungshierarchie

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

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("42177D7E-659A-4cca-9012-E29D1E9E0A90")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPEncryptedStringCollection _
    Inherits SPPersistedTypeCollection(Of SPEncryptedString)
'Usage
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>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPEncryptedStringCollection-Member

Microsoft.SharePoint.Administration-Namespace