You are employed as a developer at PassGuide.com.
There is a WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService is self-hosted.
During authentication PassGuideService must provide a certifixate of type X.509.
How can this be enforced? Select two.
A.
Use the following method of the X509CertificateRecipientServiceCredential class..
B.
Use the following method of the X509CertificateInitiatorServiceCredential class..
C.
Use the following method of the X509CertificateServiceCredential class..
D.
SetCertificate
E.
Authenticate
F.
TrustedStoreLocation
G.
Certificate
Explanation: