ClientAssertionParameters 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.
The parameters for application client. See https://aka.ms/msal-net-client-assertion
public class ClientAssertionParameters : Microsoft.Azure.Commands.Common.Authentication.AuthenticationParameters
type ClientAssertionParameters = class
inherit AuthenticationParameters
Public Class ClientAssertionParameters
Inherits AuthenticationParameters
- Inheritance
Constructors
ClientAssertionParameters(PowerShellTokenCacheProvider, IAzureEnvironment, IAzureTokenCache, String, String, String, SecureString) |
Properties
ClientAssertion |
The client assertion used to prove the identity of the application to Azure AD. This is a Base-64 encoded JWT. |
ClientId |
Client ID (also known as App ID) of the application as registered in the application registration portal |
DisableInstanceDiscovery | (Inherited from AuthenticationParameters) |
Environment | (Inherited from AuthenticationParameters) |
ResourceId | (Inherited from AuthenticationParameters) |
TenantId | (Inherited from AuthenticationParameters) |
TokenCache | (Inherited from AuthenticationParameters) |
TokenCacheProvider | (Inherited from AuthenticationParameters) |