Internet Direct (Indy) Version 9.0.2 Beta
TEVP_MD
Represents an X.509 certificate fingerprint.

TEVP_MD = record
  Length: Integer;
  MD: Array[0..OPENSSL_EVP_MAX_MD_SIZE-1] of Char;
  end;
Description
TEVP_MD is a record type used to represent X.509 certificate fingerprint information.

Length is an Integer member that contains the length of the fingerprint data.

MD is an Array of Char that contains the byte values for the fingerprint.