Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Office.Server.Search.Encryption
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Function ValidContentEncryptionCertificates As IEnumerable(Of Byte())
'Usage
Dim instance As CertificateService
Dim returnValue As IEnumerable(Of Byte())
returnValue = instance.ValidContentEncryptionCertificates()
public IEnumerable<byte[]> ValidContentEncryptionCertificates()
Return value
Type: System.Collections.Generic.IEnumerable<[]>