<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.0" />

SimulatedTlsSrpIdentityManager

An implementation of TlsSrpIdentityManager that simulates the existence of "unknown" identities to obscure the fact that there is no verifier for them.
protected readonly Srp6Group m_group

protected readonly TlsMac m_mac

public static SimulatedTlsSrpIdentityManager GetRfc5054Default(TlsCrypto crypto, Srp6Group group, byte[] seedKey)

Create a SimulatedTlsSrpIdentityManager that implements the algorithm from RFC 5054 2.5.1.3.

public virtual TlsSrpLoginParameters GetLoginParameters(byte[] identity)