Table of Contents

Class NullPinUpdateSidecar

Namespace
FishMMO.Client.Security
Assembly
FishMMO.Client.dll

No-op default sidecar used until a signed-manifest implementation is wired in. Always returns "no update available". Never downgrades the static pin set.

public sealed class NullPinUpdateSidecar : IPinUpdateSidecar
Inheritance
NullPinUpdateSidecar
Implements
Inherited Members

Methods

TryFetchUpdateAsync(CancellationToken)

Attempts to retrieve an updated pin manifest. Implementations must validate signature + freshness before returning. Returning null means "no update available" and is not an error.

public Task<PinUpdateManifest> TryFetchUpdateAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Returns

Task<PinUpdateManifest>