SecureData Class
Specifies the base class used for a secure data item in the system.
Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As SecureData
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class SecureData
Inherits CreatableMonitoringBaseWithId
Implements ISecuredData
[SerializableAttribute]
public abstract class SecureData : CreatableMonitoringBaseWithId, ISecuredData
[SerializableAttribute]
public ref class SecureData abstract : public CreatableMonitoringBaseWithId, ISecuredData
/** @attribute SerializableAttribute() */
public abstract class SecureData extends CreatableMonitoringBaseWithId implements ISecuredData
SerializableAttribute
public abstract class SecureData extends CreatableMonitoringBaseWithId implements ISecuredData
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
Microsoft.EnterpriseManagement.Security.SecureData
Microsoft.EnterpriseManagement.Security.CommunityStringSecureData
Microsoft.EnterpriseManagement.Security.GenericSecureData
Microsoft.EnterpriseManagement.Security.UserNameSecureData
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
SecureData Members
Microsoft.EnterpriseManagement.Security Namespace