LogFileInfo.DecryptionKey property
Namespace: Microsoft.Online.SharePoint.SPLogger
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public ReadOnly Property DecryptionKey As Byte()
Get
'Usage
Dim instance As LogFileInfo
Dim value As Byte()
value = instance.DecryptionKey
public byte[] DecryptionKey { get; }
Property value
Type: []