MsalError.CertWithoutPrivateKey Field
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.
What happens?
The certificate provided does not have a private key.Mitigation
Ensure the certificate has a private key.public const string CertWithoutPrivateKey;
val mutable CertWithoutPrivateKey : string
Public Const CertWithoutPrivateKey As String