Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
UserPasswordEncryptionSalt | string | |
Description | string | A value unique to the specific WBEM server that may be used in the selected UserPassword encryption algorithm to ensure a value that is unique among all WBEM servers even if a user uses the same password on multiple WBEM servers. |
ModelCorrespondence | string | CIM_Account.UserPasswordEncryptionAlgorithm |
OperationsSupported | uint16[] | |
Description | string | OperationsSupported describes the type of operations that are supported for an Account associated with the AccountManagementService.
"Create" indicates the AccountManagementService may be used to create new accounts.
"Modify" indicates that the associated Accounts may be modified.
"Delete" indicates that associated Accounts may be deleted. |
ValueMap | string | 2, 3, 4, .., 0x8000..0xFFFF |
Values | string | Create, Modify, Delete, DMTF Reserved, Vendor Reserved |
OtherSupportedUserPasswordEncryptionAlgorithms | string[] | |
Description | string | Additional implementation-specific algorithms that a client may use to encrypt a value in the UserPassword property when creating or modifying an instance of CIM_Account. If this property is non-NULL, a client may select an algorithm in it by setting CIM_Account.UserPasswordEncryptionAlgorithm to 1 ("Other") and setting CIM_Account.OtherUserPasswordEncryptionAlgorithm to the value of the selected algorithm string. |
ModelCorrespondence | string | CIM_Account.OtherUserPasswordEncryptionAlgorithm, CIM_AccountManagementCapabilities.SupportedUserPasswordEncryptionAlgorithms |
SupportedUserPasswordEncryptionAlgorithms | uint16[] | |
Description | string | This property enumerates encryption algorithms that a client may use to encrypt a value in the UserPassword property when creating or modifying an instance of CIM_Account. This capability is aimed at ensuring some measure of confidentiality when the password is transferred over an unencrypted transport protocol. An implementation may elect to accept only encrypted passwords, without regard to whether the transport protocol is encrypted. Similarly, a a client may elect to always provide encrypted passwords to implementations that accept either unencrypted or encrypted passwords, even if the underlying transport protocol is encrypted.
See CIM_Account property UserPasswordEncryptionAlgorithm for a description of each enum value. |
ModelCorrespondence | string | CIM_Account.UserPasswordEncryptionAlgorithm, CIM_AccountManagementCapabilities.OtherSupportedUserPasswordEncryptionAlgorithms |
ValueMap | string | 0, 1, 2, .. |
Values | string | None, Other, HTTP Digest MD5(A1), DMTF Reserved |