Share via


CopyMigrationInfo.EncryptionKey property

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

Syntax

'Declaration
Public Property EncryptionKey As Byte()
    Get
    Set
'Usage
Dim instance As CopyMigrationInfo
Dim value As Byte()

value = instance.EncryptionKey

instance.EncryptionKey = value
public byte[] EncryptionKey { get; set; }

Property value

Type: []

See also

Reference

CopyMigrationInfo class

CopyMigrationInfo members

Microsoft.SharePoint.Client namespace