UserNameSecureData Class

Definition

Represents a secure data object that has a user name.

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

Constructors

UserNameSecureData(Type)

Initializes a new instance of the UserNameSecureData class by using the specified type of secure data.

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)
UserName

Gets or sets the user name for the secure data.

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