Share via


CredentialSourceLoaderParameters Class

Definition

Parameters that credential loaders, like signed assertion providers, can use to load credentials. You won't use this class directly unless you are writing a custom credential loader.

public class CredentialSourceLoaderParameters
type CredentialSourceLoaderParameters = class
Public Class CredentialSourceLoaderParameters
Inheritance
CredentialSourceLoaderParameters

Constructors

CredentialSourceLoaderParameters(String, String)

Initialize the CredentialSourceLoaderParameters from the application ID and authority.

Properties

Authority

Authority (Cloud instance and tenant) to which the credential will be presented.

ClientId

Application ID of the confidential client application that wants to present the client credentials to the authority.

Applies to

See also