Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 2.03 KB

configurationsetting-method-deleteencryptionkey.md

File metadata and controls

54 lines (42 loc) · 2.03 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom helpviewer_keywords apilocation apiname apitype
DeleteEncryptionKey method (WMI MSReportServer_ConfigurationSetting)
DeleteEncryptionKey method (WMI MSReportServer_ConfigurationSetting)
maggiesMSFT
maggies
03/01/2017
reporting-services
wmi-provider-library-reference
conceptual
updatefrequency5
DeleteEncryptionKey method
reportingservices.mof
DeleteEncryptionKey (WMI MSReportServer_ConfigurationSetting Class)
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

MSReportServer_ConfigurationSetting members