Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ITlsCertificateEndpoint.cs
1using System.Security.Cryptography.X509Certificates;
2
3namespace Waher.Security
4{
8 public interface ITlsCertificateEndpoint
9 {
14 void UpdateCertificate(X509Certificate Certificate);
15 }
16}
Interface for Mutual TLS (mTLS) Clients or TLS servers.
void UpdateCertificate(X509Certificate Certificate)
Updates the certificate used in mTLS negotiation.