xamarinmac
namespace NetworkExtension
{
    [Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
    [Protocol(Name = "NWTCPConnectionAuthenticationDelegate", WrapperType = typeof(NWTcpConnectionAuthenticationDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldProvideIdentity", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NWTcpConnection) }, ReturnType = typeof(bool), Selector = "shouldProvideIdentityForConnection:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ProvideIdentity", ParameterBlockProxy = new[] { null, typeof(NIDActionArity2V74) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NWTcpConnection), typeof(Action<SecIdentity, NSArray>) }, Selector = "provideIdentityForConnection:completionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldEvaluateTrust", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NWTcpConnection) }, ReturnType = typeof(bool), Selector = "shouldEvaluateTrustForConnection:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EvaluateTrust", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V68) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NWTcpConnection), typeof(NSArray), typeof(Action<SecTrust>) }, Selector = "evaluateTrustForConnection:peerCertificateChain:completionHandler:")]
    public interface INWTcpConnectionAuthenticationDelegate : INativeObject, IDisposable
}
Assembly Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/01/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙