Share via


SimpleCredentialSecureData Class

Definition

Represents a simple credential secure data item.

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

Constructors

SimpleCredentialSecureData()

Initializes a new SimpleCredentialSecureData 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)
UserName

Gets or sets the user name for the secure data.

(Inherited from UserNameSecureData)

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