Share via


SPEncryptedString constructor (String, SPPersistedObject)

Initializes a new instance of the SPEncryptedString class.

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

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.String

    A string that contains a name for the encrypted string.

See also

Reference

SPEncryptedString class

SPEncryptedString members

SPEncryptedString overload

Microsoft.SharePoint.Administration namespace