次の方法で共有


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定義されているプロトコルから必要なメソッド (存在する場合) が含まれています。

開発者がこのインターフェイスを実装するクラスを作成する場合、実装メソッドは、プロトコルで定義されているメソッドの一致するシグネチャを使用して Objective-C に自動的に NWTcpConnectionAuthenticationDelegate エクスポートされます。

省略可能なメソッド (ある場合) は、 インターフェイスの拡張メソッドとして クラスによって NWTcpConnectionAuthenticationDelegate_Extensions 提供され、開発者はプロトコルで任意のメソッドを呼び出すことができます。

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

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

開発者によって実装された場合は、既定の信頼評価をオーバーライドします。

EvaluateTrustAsync(INWTcpConnectionAuthenticationDelegate, NWTcpConnection, NSArray)

開発者が実装すると、既定の信頼評価をオーバーライドするタスクが返されます。

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

ID とオプションの証明書を提供するために呼び出される ethod。

ShouldEvaluateTrust(INWTcpConnectionAuthenticationDelegate, NWTcpConnection)

信頼を評価する必要があることをデリゲートに通知するために呼び出されるメソッド。

ShouldProvideIdentity(INWTcpConnectionAuthenticationDelegate, NWTcpConnection)

ID 情報を提供する必要があることをデリゲートに通知するために呼び出されるメソッド。

適用対象