Skip to content

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

System.String

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)

Released under the MIT License.