ProvisionedMigrationContainersInfo.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 ProvisionedMigrationContainersInfo
Dim value As Byte()
value = instance.EncryptionKey
instance.EncryptionKey = value
public byte[] EncryptionKey { get; set; }
Property value
Type: []
See also
Reference
ProvisionedMigrationContainersInfo class