Jaa


CertificateAppCredentialsOptions Class

Definition

CertificateAppCredentials Options.

public class CertificateAppCredentialsOptions
type CertificateAppCredentialsOptions = class
Public Class CertificateAppCredentialsOptions
Inheritance
CertificateAppCredentialsOptions

Constructors

CertificateAppCredentialsOptions()

Properties

AppId

Gets or sets the AppId.

ChannelAuthTenant

Gets or sets the Channel Auth Tenant.

ClientCertificate

Gets or sets the X509Certificate2 ClientCertificate.

CustomHttpClient

Gets or sets the CustomHttpClient.

Logger

Gets or sets the Logger.

OauthScope

Gets or sets the OauthScope.

SendX5c

Gets or sets a value indicating whether this parameter, if true, enables application developers to achieve easy certificates roll-over in Azure AD: setting this parameter to true will send the public certificate to Azure AD along with the token request, so that Azure AD can use it to validate the subject name based on a trusted issuer policy.

Applies to