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 CertificateSettings As ClientResult(Of IDictionary(Of String, Object))
'Usage
Dim instance As CertificateService
Dim returnValue As ClientResult(Of IDictionary(Of String, Object))
returnValue = instance.CertificateSettings()
public ClientResult<IDictionary<string, Object>> CertificateSettings()
Return value
Type: Microsoft.SharePoint.Client.ClientResult<IDictionary<String, Object>>