C# Класс Microsoft.Azure.Mobile.Server.Authentication.ProviderCredentials

Base class for all provider specific credentials. Provider specific subclasses include add their own specific information, for example access tokens, token secrets, etc.
Показать файл Открыть проект Примеры использования класса

Private Properties

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

Защищенные методы

Метод Описание
ProviderCredentials ( string providerName ) : System

Initializes a new instance with the name of the provider associated with this instance.

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

ProviderCredentials() защищенный Метод

Initializes a new instance with the name of the provider associated with this instance.
protected ProviderCredentials ( string providerName ) : System
providerName string The name of the provider.
Результат System