NWTcpConnectionAuthenticationDelegate_Extensions.ProvideIdentity 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.
ethod that is called to provide an identity and an optional certificate.
public static void ProvideIdentity (this NetworkExtension.INWTcpConnectionAuthenticationDelegate This, NetworkExtension.NWTcpConnection connection, Action<Security.SecIdentity,Foundation.NSArray> completion);
static member ProvideIdentity : NetworkExtension.INWTcpConnectionAuthenticationDelegate * NetworkExtension.NWTcpConnection * Action<Security.SecIdentity, Foundation.NSArray> -> unit
Parameters
The instance on which this extension method operates.
- connection
- NWTcpConnection
- completion
- Action<SecIdentity,NSArray>