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

Name Description
StaticCredentialProvider(String, String)

Properties

Name Description
AppId (Inherited from SimpleCredentialProvider)
Password (Inherited from SimpleCredentialProvider)

Methods

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

Applies to