Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SPEncryptedString class.
Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
    name As String, _
    owner As SPPersistedObject _
)
'Usage
Dim name As String
Dim owner As SPPersistedObject
Dim instance As New SPEncryptedString(name, owner)
public SPEncryptedString(
    string name,
    SPPersistedObject owner
)
Parameters
name
Type: System.StringA string that contains a name for the encrypted string.
owner
Type: Microsoft.SharePoint.Administration.SPPersistedObjectAn SPPersistedObject object that represents the object that owns this string.