MicrosoftAppCredentials 类

定义

public class MicrosoftAppCredentials : Microsoft.Rest.ServiceClientCredentials
type MicrosoftAppCredentials = class
    inherit ServiceClientCredentials
Public Class MicrosoftAppCredentials
Inherits ServiceClientCredentials
继承
Microsoft.Rest.ServiceClientCredentials
MicrosoftAppCredentials

构造函数

MicrosoftAppCredentials(IConfiguration, ILogger)
MicrosoftAppCredentials(String, String, ILogger)
MicrosoftAppCredentials(String, String)

字段

logger
MicrosoftAppIdKey
MicrosoftAppPasswordKey
TrustedHostNames

属性

MicrosoftAppId
MicrosoftAppPassword
OAuthAuthority
OAuthBotScope
OAuthEndpoint

方法

GetTokenAsync(Boolean, String)
IsTrustedServiceUrl(String)
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)
TrustServiceUrl(String, DateTime, String)

适用于