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