MCSessionDelegate_Extensions.DidReceiveCertificate 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.
public static bool DidReceiveCertificate (this MultipeerConnectivity.IMCSessionDelegate This, MultipeerConnectivity.MCSession session, Security.SecCertificate[] certificate, MultipeerConnectivity.MCPeerID peerID, Action<bool> certificateHandler);
static member DidReceiveCertificate : MultipeerConnectivity.IMCSessionDelegate * MultipeerConnectivity.MCSession * Security.SecCertificate[] * MultipeerConnectivity.MCPeerID * Action<bool> -> bool
Parameters
- This
- IMCSessionDelegate
The instance on which this extension method operates.
- session
- MCSession
- peerID
- MCPeerID