NWTcpConnectionAuthenticationDelegate.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.
Method that is called to provide an identity and an optional certificate.
[Foundation.Export("provideIdentityForConnection:completionHandler:")]
public virtual void ProvideIdentity (NetworkExtension.NWTcpConnection connection, Action<Security.SecIdentity,Foundation.NSArray> completion);
abstract member ProvideIdentity : NetworkExtension.NWTcpConnection * Action<Security.SecIdentity, Foundation.NSArray> -> unit
override this.ProvideIdentity : NetworkExtension.NWTcpConnection * Action<Security.SecIdentity, Foundation.NSArray> -> unit
Parameters
- connection
- NWTcpConnection
- completion
- Action<SecIdentity,NSArray>
- Attributes