Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.98 KB

File metadata and controls

52 lines (41 loc) · 1.98 KB
title DeleteEncryptionKey method (WMI MSReportServer_ConfigurationSetting)
description DeleteEncryptionKey method (WMI MSReportServer_ConfigurationSetting)
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
DeleteEncryptionKey method
apilocation reportingservices.mof
apiname DeleteEncryptionKey (WMI MSReportServer_ConfigurationSetting Class)
apitype MOFDef

ConfigurationSetting method - DeleteEncryptionKey

Deletes the encryption keys from the report server database.

Syntax

Public Sub DeleteEncryptionKeys(ByVal InstallationID As String, _  
    ByRef HRESULT As Int32, ByRef ExtendedErrors() As String)  
public void DeleteEncryptionKeys(string InstallationID, out Int32 HRESULT,   
    out string[] ExtendedErrors);  

Parameters

InstallationID
The installation ID of a report server that is in the keys table of the report server database.

HRESULT
[out] Value indicating whether the call succeeded or failed.

ExtendedErrors[]
[out] A string array containing other errors returned by the call.

Return value

Returns an HRESULT indicating success or failure of the method call. A value of 0 indicates that the method call was successful. A nonzero value indicates that an error occurred.

Remarks

The DeleteEncryptionKey method deletes entries from the keys table for any report servers that have access to the secure information in the report server database. If the InstallationID parameter specified doesn't correspond to an installation ID in the database, the method returns an error.

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content