NWTcpConnectionAuthenticationDelegate.ShouldProvideIdentity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called to inform the delegate that it should provide identity information.
[Foundation.Export("shouldProvideIdentityForConnection:")]
public virtual bool ShouldProvideIdentity (NetworkExtension.NWTcpConnection connection);
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