Udostępnij za pośrednictwem


SimpleCredentialProvider Klasa

Definicja

Przestroga

Use ConfigurationBotFrameworkAuthentication instead to configure credentials.

Prosta implementacja interfejsu ICredentialProvider .

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.", false)]
public class SimpleCredentialProvider : Microsoft.Bot.Connector.Authentication.ICredentialProvider
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.", false)>]
type SimpleCredentialProvider = class
    interface ICredentialProvider
Public Class SimpleCredentialProvider
Implements ICredentialProvider
Dziedziczenie
SimpleCredentialProvider
Pochodne
Atrybuty
Implementuje

Konstruktory

SimpleCredentialProvider()
Przestarzałe.

Inicjuje nowe wystąpienie klasy SimpleCredentialProvider. z pustymi poświadczeniami.

SimpleCredentialProvider(String, String)
Przestarzałe.

Inicjuje nowe wystąpienie klasy SimpleCredentialProvider. z podanymi poświadczeniami.

Właściwości

AppId
Przestarzałe.

Pobiera lub ustawia identyfikator aplikacji dla tego poświadczenia.

Password
Przestarzałe.

Pobiera lub ustawia hasło aplikacji dla tego poświadczenia.

Metody

GetAppPasswordAsync(String)
Przestarzałe.

Pobiera hasło aplikacji dla danego identyfikatora aplikacji bota.

IsAuthenticationDisabledAsync()
Przestarzałe.

Sprawdza, czy uwierzytelnianie bota jest wyłączone.

IsValidAppIdAsync(String)
Przestarzałe.

Weryfikuje identyfikator aplikacji.

Dotyczy