OAuthS2SSelfIssuedCredential.GetAuthorization メソッド

このメンバーは OAuthS2SCredential.GetAuthorization(OAuthS2SAuthenticationChallenge[], HttpWebRequest) をオーバーライドします。

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

構文

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

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

パラメーター

戻り値

型: System.Net.Authorization

関連項目

参照

OAuthS2SSelfIssuedCredential クラス

Microsoft.Workflow.Client.Security 名前空間