MutualCertificate and PPID
Q1. How can I implement certificate authentication in the issue method of SecurityTokenService class (from the Sample STS)? Authentication is required if the security binding for X.509 certificate in app.config is "MutualCertificate".
Q2. How can I retrieve the information of the info card such as the ppid of the card. At least I can use the ppid from the RST for searching the relevant information of the user's claim. I would like to retrieve the ppid value in the issue method of SecurityTokenService class.
Please shed some lights on these issues.
Thanks,
Ronghwa

