PushTenantServiceInfo.ValidContentEncryptionCertificates property
Namespace: Microsoft.SharePoint.Client.Search.ContentPush
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ValidContentEncryptionCertificates As IEnumerable(Of Byte())
Get
'Usage
Dim instance As PushTenantServiceInfo
Dim value As IEnumerable(Of Byte())
value = instance.ValidContentEncryptionCertificates
public IEnumerable<byte[]> ValidContentEncryptionCertificates { get; }
Property value
Type: System.Collections.Generic.IEnumerable<[]>