INWTcpConnectionAuthenticationDelegate 接口

定义

表示所需方法的接口 ((如果协议 NWTcpConnectionAuthenticationDelegate有任何) )。

[Foundation.Protocol(Name="NWTCPConnectionAuthenticationDelegate", WrapperType=typeof(NetworkExtension.NWTcpConnectionAuthenticationDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface INWTcpConnectionAuthenticationDelegate : IDisposable, ObjCRuntime.INativeObject
type INWTcpConnectionAuthenticationDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

注解

此接口包含所需的方法 ((如果定义协议 NWTcpConnectionAuthenticationDelegate有任何) )。

如果开发人员创建实现此接口的类,则实现方法将自动导出到具有协议中 NWTcpConnectionAuthenticationDelegate 定义的方法的匹配签名的 Objective-C。

如果类提供任何) NWTcpConnectionAuthenticationDelegate_Extensions 作为接口的扩展方法,则可选方法 (,从而允许开发人员调用协议上的任何可选方法。

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

扩展方法

EvaluateTrust(INWTcpConnectionAuthenticationDelegate, NWTcpConnection, NSArray, Action<SecTrust>)

由开发人员实现时,将替代默认信任评估。

EvaluateTrustAsync(INWTcpConnectionAuthenticationDelegate, NWTcpConnection, NSArray)

由开发人员实现时,返回替代默认信任评估的任务。

ProvideIdentity(INWTcpConnectionAuthenticationDelegate, NWTcpConnection, Action<SecIdentity,NSArray>)

为提供标识和可选证书而调用的 ethod。

ShouldEvaluateTrust(INWTcpConnectionAuthenticationDelegate, NWTcpConnection)

调用的方法,以通知委托它应评估信任。

ShouldProvideIdentity(INWTcpConnectionAuthenticationDelegate, NWTcpConnection)

调用以通知委托应提供标识信息的方法。

适用于