C# 클래스 Microsoft.WindowsAzure.MediaServices.Client.MediaServicesCredentials

파일 보기 프로젝트 열기: Azure/azure-sdk-for-media-services 1 사용 예제들

공개 메소드들

메소드 설명
MediaServicesCredentials ( string clientId, string clientSecret ) : System.Collections.Generic

Initializes a new instance of the OAuthDataServiceAdapter class.

MediaServicesCredentials ( string clientId, string clientSecret, string scope, IList acsBaseAddressList ) : System.Collections.Generic

Initializes a new instance of the OAuthDataServiceAdapter class.

MediaServicesCredentials ( string clientId, string clientSecret, string scope, string acsBaseAddress ) : System.Collections.Generic

Initializes a new instance of the OAuthDataServiceAdapter class.

메소드 상세

MediaServicesCredentials() 공개 메소드

Initializes a new instance of the OAuthDataServiceAdapter class.
public MediaServicesCredentials ( string clientId, string clientSecret ) : System.Collections.Generic
clientId string The client id.
clientSecret string The client secret.
리턴 System.Collections.Generic

MediaServicesCredentials() 공개 메소드

Initializes a new instance of the OAuthDataServiceAdapter class.
public MediaServicesCredentials ( string clientId, string clientSecret, string scope, IList acsBaseAddressList ) : System.Collections.Generic
clientId string The client id.
clientSecret string The client secret.
scope string The scope.
acsBaseAddressList IList List of acs base address.
리턴 System.Collections.Generic

MediaServicesCredentials() 공개 메소드

Initializes a new instance of the OAuthDataServiceAdapter class.
public MediaServicesCredentials ( string clientId, string clientSecret, string scope, string acsBaseAddress ) : System.Collections.Generic
clientId string The client id.
clientSecret string The client secret.
scope string The scope.
acsBaseAddress string The acs base address.
리턴 System.Collections.Generic