OAuthS2SCredential.GetAuthorization メソッド

認証要求を取得します。

名前空間:  Microsoft.Workflow.Client.Security
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Public MustOverride Function GetAuthorization ( _
    bearerChallenges As OAuthS2SAuthenticationChallenge(), _
    request As HttpWebRequest _
) As Authorization
'使用
Dim instance As OAuthS2SCredential 
Dim bearerChallenges As OAuthS2SAuthenticationChallenge()
Dim request As HttpWebRequest 
Dim returnValue As Authorization 

returnValue = instance.GetAuthorization(bearerChallenges, _
    request)
public abstract Authorization GetAuthorization(
    OAuthS2SAuthenticationChallenge[] bearerChallenges,
    HttpWebRequest request
)
public:
virtual Authorization^ GetAuthorization(
    array<OAuthS2SAuthenticationChallenge^>^ bearerChallenges, 
    HttpWebRequest^ request
) abstract
abstract GetAuthorization : 
        bearerChallenges:OAuthS2SAuthenticationChallenge[] * 
        request:HttpWebRequest -> Authorization
public abstract function GetAuthorization(
    bearerChallenges : OAuthS2SAuthenticationChallenge[], 
    request : HttpWebRequest
) : Authorization

パラメーター

戻り値

型: System.Net.Authorization
Authorization 要求。

関連項目

参照

OAuthS2SCredential クラス

Microsoft.Workflow.Client.Security 名前空間