SPEncryptedStringCollection Class

Represents a collection of SPEncryptedString objects.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPEncryptedString>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPEncryptedString>
      Microsoft.SharePoint.Administration.SPEncryptedStringCollection

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

Syntax

<GuidAttribute("42177D7E-659A-4cca-9012-E29D1E9E0A90")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPEncryptedStringCollection _
    Inherits SPPersistedChildCollection(Of SPEncryptedString)

Dim instance As SPEncryptedStringCollection
[GuidAttribute("42177D7E-659A-4cca-9012-E29D1E9E0A90")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPEncryptedStringCollection : SPPersistedChildCollection<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