CredentialSourceLoaderParameters Class
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.
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. |