NWTcpConnectionAuthenticationDelegate_Extensions.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.
public static bool ShouldEvaluateTrust (this NetworkExtension.INWTcpConnectionAuthenticationDelegate This, NetworkExtension.NWTcpConnection connection);
static member ShouldEvaluateTrust : NetworkExtension.INWTcpConnectionAuthenticationDelegate * NetworkExtension.NWTcpConnection -> bool
Parameters
The instance on which this extension method operates.
- connection
- NWTcpConnection
Returns
true
to indicate that the delegate will evaluate trust.