NWTcpConnectionAuthenticationDelegate_Extensions.EvaluateTrust 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.
When implemented by the developer, overrides the default trust evaluation.
public static void EvaluateTrust (this NetworkExtension.INWTcpConnectionAuthenticationDelegate This, NetworkExtension.NWTcpConnection connection, Foundation.NSArray peerCertificateChain, Action<Security.SecTrust> completion);
static member EvaluateTrust : NetworkExtension.INWTcpConnectionAuthenticationDelegate * NetworkExtension.NWTcpConnection * Foundation.NSArray * Action<Security.SecTrust> -> unit
Parameters
The instance on which this extension method operates.
- connection
- NWTcpConnection
- peerCertificateChain
- NSArray