ClientAssertionCertificate(X509Certificate2) Constructor
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.
Constructor to create certificate information used in ClientCredential to instantiate a ClientCredential used in the constructors of ConfidentialClientApplication
public ClientAssertionCertificate (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
new Microsoft.Identity.Client.ClientAssertionCertificate : System.Security.Cryptography.X509Certificates.X509Certificate2 -> Microsoft.Identity.Client.ClientAssertionCertificate
Public Sub New (certificate As X509Certificate2)
Parameters
- certificate
- X509Certificate2
The X509 certificate used as credentials to prove the identity of the application to Azure AD.