Sdílet prostřednictvím


ChainedTokenCredential Constructors

Definition

Overloads

ChainedTokenCredential()

Protected constructor for mocking.

ChainedTokenCredential(TokenCredential[])

Creates an instance with the specified TokenCredential sources.

ChainedTokenCredential()

Source:
ChainedTokenCredential.cs

Protected constructor for mocking.

protected ChainedTokenCredential ();
Protected Sub New ()

Applies to

ChainedTokenCredential(TokenCredential[])

Source:
ChainedTokenCredential.cs
Source:
ChainedTokenCredential.cs

Creates an instance with the specified TokenCredential sources.

public ChainedTokenCredential (params Azure.Core.TokenCredential[] sources);
new Azure.Identity.ChainedTokenCredential : Azure.Core.TokenCredential[] -> Azure.Identity.ChainedTokenCredential
Public Sub New (ParamArray sources As TokenCredential())

Parameters

Applies to