C# Class Microsoft.WindowsAzure.MediaServices.Client.MediaServicesCredentials

Afficher le fichier Open project: Azure/azure-sdk-for-media-services Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

MediaServicesCredentials() public méthode

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.
Résultat System.Collections.Generic

MediaServicesCredentials() public méthode

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.
Résultat System.Collections.Generic

MediaServicesCredentials() public méthode

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.
Résultat System.Collections.Generic