Class Tls.Types.Server
Transport Layer Security (TLS) information associated with the server (for example, Certificate or JA3 hash).
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Tls.Types.Server : IMessage<Tls.Types.Server>, IEquatable<Tls.Types.Server>, IDeepCloneable<Tls.Types.Server>, IBufferMessage, IMessage
Constructors
Server()
Declaration
public Server()
Server(Server)
Declaration
public Server(Tls.Types.Server other)
Parameters
| Type | Name | Description |
|---|---|---|
| Tls.Types.Server | other |
Properties
Certificate
Server certificate.
Declaration
public Certificate Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Certificate |
Ja3S
JA3 hash from the TLS ServerHello, as a hex-encoded string.
Declaration
public string Ja3S { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ja4S
JA4 hash from the TLS ServerHello, as a hex-encoded string.
Declaration
public string Ja4S { get; set; }
Property Value
| Type | Description |
|---|---|
| string |