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

TlsSrpIdentity

public interface TlsSrpIdentity
Processor interface for an SRP identity.
namespace Org.BouncyCastle.Tls { public interface TlsSrpIdentity { byte[] GetSrpIdentity(); byte[] GetSrpPassword(); } }