ISecuredData Members
Interface to define a secure data item in the system. Secure data, such as user credentials, is encrypted and stored in the Operations Manager database. The secure data can be set but not read from the database.
The following tables list the members exposed by the ISecuredData type.
Public Properties
Name | Description | |
---|---|---|
Description | Describes the secure data object. | |
Id | Indicates the id of the secure data. | |
IsSystem | Indicates whether this secure data object is defined by the system, and thus cannot be changed or removed. | |
LastModified | Indicates the last time the secure data was modified. | |
Name | Indicates the friendly name of the secure data object. | |
SecureData | Used to set the secure data. Cannot be retrieved. | |
SecureDataType | Indicates the secure data type for this object. | |
SecureStorageId | Indicates the id as generated by the internal system. |
Top
See Also
Reference
ISecuredData Interface
Microsoft.EnterpriseManagement Namespace