Editar

Compartir a través de


NWTcpConnectionAuthenticationDelegate_Extensions.ProvideIdentity Method

Definition

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

public static void ProvideIdentity (this NetworkExtension.INWTcpConnectionAuthenticationDelegate This, NetworkExtension.NWTcpConnection connection, Action<Security.SecIdentity,Foundation.NSArray> completion);
static member ProvideIdentity : NetworkExtension.INWTcpConnectionAuthenticationDelegate * NetworkExtension.NWTcpConnection * Action<Security.SecIdentity, Foundation.NSArray> -> unit

Parameters

This
INWTcpConnectionAuthenticationDelegate

The instance on which this extension method operates.

connection
NWTcpConnection
completion
Action<SecIdentity,NSArray>

Applies to