EncryptionOption.AES256CBCKey 属性
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Property AES256CBCKey As Byte()
Get
Set
用法
Dim instance As EncryptionOption
Dim value As Byte()
value = instance.AES256CBCKey
instance.AES256CBCKey = value
public byte[] AES256CBCKey { get; set; }
属性值
类型:[]