Appearance
ServiceNow.Core 
SNow.Core.Authentication.AuthenticationConfig 
AuthenticationConfig.CertificateName Property 
Name of a certificate in the user certificate store
csharp
public string CertificateName { get; set; }Property Value 
Remarks 
Daemon applications can authenticate with AAD through two mechanisms: ClientSecret (which is a kind of application password: the property above) or a certificate previously shared with AzureAD during the application registration (and identified by this CertificateName property)