Share via


NWTcpConnectionAuthenticationDelegate_Extensions.ShouldProvideIdentity Method

Definition

Method that is called to inform the delegate that it should provide identity information.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldProvideIdentity(this NetworkExtension.INWTcpConnectionAuthenticationDelegate This, NetworkExtension.NWTcpConnection connection);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldProvideIdentity : NetworkExtension.INWTcpConnectionAuthenticationDelegate * NetworkExtension.NWTcpConnection -> bool

Parameters

connection
NWTcpConnection

Returns

true to indicate that the delegate will provide identity information.

Attributes

Applies to