Skip to content

Commit

Permalink
Update API approval list
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Jul 26, 2023
1 parent b15fdf8 commit 92cd7e3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -855,4 +855,13 @@ namespace Akka.Remote.Transport
public Akka.Actor.Address Recipient { get; }
public Akka.Actor.Address Sender { get; }
}
}
namespace Akka.Remote.Transport.DotNetty
{
public sealed class DotNettySslSetup : Akka.Actor.Setup.Setup
{
public DotNettySslSetup(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, bool suppressValidation) { }
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get; }
public bool SuppressValidation { get; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -855,4 +855,13 @@ namespace Akka.Remote.Transport
public Akka.Actor.Address Recipient { get; }
public Akka.Actor.Address Sender { get; }
}
}
namespace Akka.Remote.Transport.DotNetty
{
public sealed class DotNettySslSetup : Akka.Actor.Setup.Setup
{
public DotNettySslSetup(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, bool suppressValidation) { }
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get; }
public bool SuppressValidation { get; }
}
}

0 comments on commit 92cd7e3

Please sign in to comment.