Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all the secure data objects to which the user has access.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Security.GetSecureData()")]
public ReadOnlyCollection<MonitoringSecureData> GetMonitoringSecureData()
public:
[ObsoleteAttribute("Please use Security.GetSecureData()")]
ReadOnlyCollection<MonitoringSecureData^>^ GetMonitoringSecureData()
[<ObsoleteAttribute("Please use Security.GetSecureData()")>]
member GetMonitoringSecureData : unit -> ReadOnlyCollection<MonitoringSecureData>
<ObsoleteAttribute("Please use Security.GetSecureData()")>
Public Function GetMonitoringSecureData As ReadOnlyCollection(Of MonitoringSecureData)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringSecureData>
Returns aReadOnlyCollection<T> object ofMonitoringSecureData objects.
Examples
The following example uses the GetMonitoringSecureDatamethod to enumerate RunAs accounts.
See Also
GetMonitoringSecureData Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top