Share via


SPEncryptedStringCollection class

代表SPEncryptedString物件的集合。

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)

Syntax

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

請參閱

參照

SPEncryptedStringCollection members

Microsoft.SharePoint.Administration namespace