MediaServicesCredentials Constructor (String, String, String, String)
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Sub New ( _
clientId As String, _
clientSecret As String, _
scope As String, _
acsBaseAddress As String _
)
'Usage
Dim clientId As String
Dim clientSecret As String
Dim scope As String
Dim acsBaseAddress As String
Dim instance As New MediaServicesCredentials(clientId, _
clientSecret, scope, acsBaseAddress)
public MediaServicesCredentials(
string clientId,
string clientSecret,
string scope,
string acsBaseAddress
)
public:
MediaServicesCredentials(
String^ clientId,
String^ clientSecret,
String^ scope,
String^ acsBaseAddress
)
new :
clientId:string *
clientSecret:string *
scope:string *
acsBaseAddress:string -> MediaServicesCredentials
public function MediaServicesCredentials(
clientId : String,
clientSecret : String,
scope : String,
acsBaseAddress : String
)
Parameters
- clientId
Type: System.String
The client id.
- clientSecret
Type: System.String
The client secret.
- scope
Type: System.String
The scope.
- acsBaseAddress
Type: System.String
The ACS endpoint.
See Also
Reference
MediaServicesCredentials Class