次の方法で共有


ClientAssertionParameters Class

Definition

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
ClientAssertionParameters

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)

Applies to