C# Класс Microsoft.Identity.Client.ClientCredential

Secret including client id and secret.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

ClientCredential() публичный Метод

Constructor to create Secret with client id and secret
public ClientCredential ( IClientAssertionCertificate certificate ) : System
certificate IClientAssertionCertificate Secret of the client requesting the token.
Результат System

ClientCredential() публичный Метод

Constructor to create Secret with client id and secret
public ClientCredential ( string secret ) : System
secret string Secret of the client requesting the token.
Результат System