MonitoringSecureData Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Represents a RunAs account.

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


[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.SecureData")]
public ref class MonitoringSecureData abstract : SecureData

NameDescription
System_CAPS_protpropertyConfigExtensionData

(Inherited from SecureData.)

System_CAPS_pubpropertyData

(Inherited from SecureData.)

System_CAPS_pubpropertyDescription

(Inherited from SecureData.)

System_CAPS_pubpropertyId
System_CAPS_pubpropertyIsSystem

(Inherited from SecureData.)

System_CAPS_pubpropertyLastModified

(Inherited from SecureData.)

System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyName

(Inherited from SecureData.)

System_CAPS_pubpropertySecureData

Obsolete.Sets the secure data in the secure data object.

System_CAPS_pubpropertySecureDataType

(Inherited from SecureData.)

System_CAPS_pubpropertySecureStorageId

(Inherited from SecureData.)

System_CAPS_pubpropertyType

Obsolete.Gets the type of the secure data in the secure data object.

NameDescription
System_CAPS_pubmethodEquals(Object^)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetConfigurationString()

(Inherited from SecureData.)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).)

System_CAPS_protmethodSetConfigurationString(String^)

(Inherited from SecureData.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethodUpdate()

Updates the secure data.(Overrides SecureData::Update().)

A RunAs account is a named set of credentials that are represented by RunAs Profiles for authentication when executing monitors, rules, or tasks. The types of RunAs accounts are as follows:

  • Windows

  • Community String

  • Basic Authentication

  • Simple Authentication

  • Digest Authentication

  • Binary Authentication

  • Action Account

The following code example shows how to update an existing RunAs action account by using the MonitoringSecureData

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: