C# Класс Microsoft.Azure.Management.ApiManagement.SmapiModels.IdentityProviderContract

identity provider details.
Показать файл Открыть проект

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

Метод Описание
IdentityProviderContract ( ) : System

Initializes a new instance of the IdentityProviderContract class.

IdentityProviderContract ( string clientId, string clientSecret ) : System

Initializes a new instance of the IdentityProviderContract class with required arguments.

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

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

Initializes a new instance of the IdentityProviderContract class.
public IdentityProviderContract ( ) : System
Результат System

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

Initializes a new instance of the IdentityProviderContract class with required arguments.
public IdentityProviderContract ( string clientId, string clientSecret ) : System
clientId string
clientSecret string
Результат System