EncryptionOption.AES256CBCKey property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AES256CBCKey As Byte()
Get
Set
'Usage
Dim instance As EncryptionOption
Dim value As Byte()
value = instance.AES256CBCKey
instance.AES256CBCKey = value
public byte[] AES256CBCKey { get; set; }
Property value
Type: []