Share via


INWTcpConnectionAuthenticationDelegate.ShouldProvideIdentity Method

Definition

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

[Foundation.Export("shouldProvideIdentityForConnection:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldProvideIdentity(NetworkExtension.NWTcpConnection connection);
[<Foundation.Export("shouldProvideIdentityForConnection:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldProvideIdentity : NetworkExtension.NWTcpConnection -> bool
override this.ShouldProvideIdentity : NetworkExtension.NWTcpConnection -> bool

Parameters

connection
NWTcpConnection

Returns

true to indicate that the delegate will provide identity information.

Attributes

Applies to