StaticCredentialProvider Class

Definition

public sealed class StaticCredentialProvider : Microsoft.Bot.Connector.SimpleCredentialProvider
type StaticCredentialProvider = class
    inherit SimpleCredentialProvider
Public NotInheritable Class StaticCredentialProvider
Inherits SimpleCredentialProvider
Inheritance
StaticCredentialProvider

Constructors

StaticCredentialProvider(String, String)

Properties

AppId (Inherited from SimpleCredentialProvider)
Password (Inherited from SimpleCredentialProvider)

Methods

GetAppPasswordAsync(String) (Inherited from SimpleCredentialProvider)
IsAuthenticationDisabledAsync() (Inherited from SimpleCredentialProvider)
IsValidAppIdAsync(String) (Inherited from SimpleCredentialProvider)

Applies to