ManagementGroup::GetMonitoringSecureData Method (array<Byte>^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves the secure data object that has the specified id.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public:
[ObsoleteAttribute("Please use Security.GetSecureData()")]
MonitoringSecureData^ GetMonitoringSecureData(
	array<unsigned char>^ secureStorageId
)

Parameters

secureStorageId
Type: array<System::Byte>^

The id of the secure data to get.

Return to top
Show: