C# Class Microsoft.Identity.Client.ClientCredential

Secret including client id and secret.
Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ClientCredential ( IClientAssertionCertificate certificate ) : System

Constructor to create Secret with client id and secret

ClientCredential ( string secret ) : System

Constructor to create Secret with client id and secret

Method Details

ClientCredential() public méthode

Constructor to create Secret with client id and secret
public ClientCredential ( IClientAssertionCertificate certificate ) : System
certificate IClientAssertionCertificate Secret of the client requesting the token.
Résultat System

ClientCredential() public méthode

Constructor to create Secret with client id and secret
public ClientCredential ( string secret ) : System
secret string Secret of the client requesting the token.
Résultat System