Class TlsFingerprint
A TLS fingerprint.
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class TlsFingerprint : Fingerprint
Constructors
TlsFingerprint(String, String)
Initializes a new instance of the Tls
Declaration
public TlsFingerprint(string algorithm, string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
algorithm | The algorithm. |
System. |
value | The value. |