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: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin

MSReportServer_ConfigurationSetting members