NWTcpConnectionAuthenticationDelegate.ShouldEvaluateTrust 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 evaluate trust.
[Foundation.Export("shouldEvaluateTrustForConnection:")]
public virtual bool ShouldEvaluateTrust (NetworkExtension.NWTcpConnection connection);
abstract member ShouldEvaluateTrust : NetworkExtension.NWTcpConnection -> bool
override this.ShouldEvaluateTrust : NetworkExtension.NWTcpConnection -> bool
Parameters
- connection
- NWTcpConnection
Returns
true
to indicate that the delegate will evaluate trust.
- Attributes