Back to product page

FingerPrintType property


Determines type of fingerprint provided in FingerPrint event.

Type

SupportedMACs enumeration value.

Syntax

  • C#
  • VB.NET
SupportedMACs FingerPrintType {get; set; };

Property FingerPrintType As SupportedMACs

Remarks

This property determines MAC algorithm used with FingerPrint event. By default, event will fire server's key digest with MD5 algorithm. However, if you prefer to use component in FIPS enabled mode, you will want to switch it to SHA1 (since MD5 is not allowed in FIPS environment).

Platforms

Windows