ManagementGroup::GetMonitoringSecureData Method (array<Byte>^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Retrieves the secure data object that has the specified id.
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 Value
Type: Microsoft.EnterpriseManagement.Monitoring.Security::MonitoringSecureData^Returns aMonitoringSecureDataobject.
Show: