Table of Contents

Interface IServerCertificate

Namespace
Shard.Network
Assembly
Shard.Network.dll

The server's TLS certificate identity, shared (via the service registry) with auth so it can prove the server's certificate during the handshake's server-grant exchange and cert binding.

public interface IServerCertificate

Properties

Sha256Fingerprint

Base64url SHA-256 of the server certificate (the x5t#S256 value).

string Sha256Fingerprint { get; }

Property Value

string