⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
H
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - HostDigestInfoDigestMethodType(vim.host.DigestInfo.DigestMethodType)
Since
vSphere API 4.0
Enum Description
The set of digest methods that can be used by TPM to calculate the PCR values.
Enum Constants
Name
Description
MD5
SHA1
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="HostDigestInfoDigestMethodType"> <restriction base="xsd:string"> <enumeration value="SHA1"/> <enumeration value="MD5"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
Feedback
1
2
3
4
5
0 Ratings