CommunityStringSecureData Class

Definition

Represents a community string secure data item.

public ref class CommunityStringSecureData : Microsoft::EnterpriseManagement::Security::SecureData
[System.Serializable]
public class CommunityStringSecureData : Microsoft.EnterpriseManagement.Security.SecureData
type CommunityStringSecureData = class
    inherit SecureData
Public Class CommunityStringSecureData
Inherits SecureData
Inheritance
Attributes

Constructors

CommunityStringSecureData()

Initializes a new CommunityStringSecureData object.

Properties

ConfigExtensionData

Gets the configuration extension data of the secure data object.

(Inherited from SecureData)
Data

Gets or sets the secure data.

(Inherited from SecureData)
Description

Gets or sets the description of the secure data object.

(Inherited from SecureData)
Id

Gets the globally unique identifier (GUID) for the CreatableMonitoringBaseWithId object.

(Inherited from CreatableMonitoringBaseWithId)
IsSystem

Gets or sets a value that indicates whether this secure data object is defined by the system and therefore cannot be changed or removed.

(Inherited from SecureData)
LastModified

Gets the last time this object was modified.

(Inherited from SecureData)
ManagementGroup

Gets the management group that the object is in.

(Inherited from MonitoringBase)
ManagementGroupId

Gets the unique identifier of the management group that owns this object.

(Inherited from MonitoringBase)
Name

Gets or sets the friendly name of the secure data object.

(Inherited from SecureData)
SecureDataType

Gets the secure data type.

(Inherited from SecureData)
SecureStorageId

Gets the ID as generated by the secure storage manager.

(Inherited from SecureData)

Methods

Equals(Object)

Determines whether two CreatableMonitoringBaseWithId object instances are equal.

(Inherited from CreatableMonitoringBaseWithId)
GetConfigurationString()

Getsthe configuration XML data for the secure data object.

(Inherited from SecureData)
GetHashCode()

Gets the hash code for the CreatableMonitoringBaseWithId object.

(Inherited from CreatableMonitoringBaseWithId)
Reconnect(EnterpriseManagementGroup)

Reconnects the object to the specified management group.

(Inherited from MonitoringBase)
SetConfigurationString(String)

Sets the configuration XML data for the secure data object.

(Inherited from SecureData)
ToString()

Returns the relevant display string for the object.

(Inherited from MonitoringBase)
Update()

Updates the secure data.

(Inherited from SecureData)

Applies to