Share via


NWTcpConnectionAuthenticationDelegate_Extensions.ProvideIdentity Method

Definition

Method that is called to provide an identity and an optional certificate.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ProvideIdentity(this NetworkExtension.INWTcpConnectionAuthenticationDelegate This, NetworkExtension.NWTcpConnection connection, Action<Security.SecIdentity,Foundation.NSArray> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ProvideIdentity : NetworkExtension.INWTcpConnectionAuthenticationDelegate * NetworkExtension.NWTcpConnection * Action<Security.SecIdentity, Foundation.NSArray> -> unit

Parameters

connection
NWTcpConnection
completion
Action<SecIdentity,NSArray>
Attributes

Applies to