StaticCredentialProvider 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public sealed class StaticCredentialProvider : Microsoft.Bot.Connector.SimpleCredentialProvider
type StaticCredentialProvider = class
inherit SimpleCredentialProvider
Public NotInheritable Class StaticCredentialProvider
Inherits SimpleCredentialProvider
- 继承
构造函数
StaticCredentialProvider(String, String) |
属性
AppId | (继承自 SimpleCredentialProvider) |
Password | (继承自 SimpleCredentialProvider) |
方法
GetAppPasswordAsync(String) | (继承自 SimpleCredentialProvider) |
IsAuthenticationDisabledAsync() | (继承自 SimpleCredentialProvider) |
IsValidAppIdAsync(String) | (继承自 SimpleCredentialProvider) |