SPEncryptedStringCollection Class

Represents a collection of SPEncryptedString objects.

Inheritance Hierarchy

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)
Available in Sandboxed Solutions: No

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>

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

SPEncryptedStringCollection Members

Microsoft.SharePoint.Administration Namespace