Indy 9
TEVP_MD
Unit: IdSSLOpenSSL
Represents an X.509 certificate fingerprint.
TEVP_MD = record
  Length: Integer;
  MD: Array[0..OPENSSL_EVP_MAX_MD_SIZE-1] of Char;
  end;
Unit
IdSSLOpenSSL
Members
Length: Integer;
Length is a member variable.
MD: Array[0..OPENSSL_EVP_MAX_MD_SIZE-1] of Char;
MD is a member variable.
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.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.