다음을 통해 공유


NWTcpConnectionAuthenticationDelegate.ProvideIdentity 메서드

정의

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>
특성

적용 대상