NWTcpConnectionAuthenticationDelegate.ProvideIdentity メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ID とオプションの証明書を提供するために呼び出されるメソッド。
[Foundation.Export("provideIdentityForConnection:completionHandler:")]
public virtual void ProvideIdentity (NetworkExtension.NWTcpConnection connection, Action<Security.SecIdentity,Foundation.NSArray> completion);
abstract member ProvideIdentity : NetworkExtension.NWTcpConnection * Action<Security.SecIdentity, Foundation.NSArray> -> unit
override this.ProvideIdentity : NetworkExtension.NWTcpConnection * Action<Security.SecIdentity, Foundation.NSArray> -> unit
パラメーター
- connection
- NWTcpConnection
- completion
- Action<SecIdentity,NSArray>
- 属性