AdmAuthentication Constructor
Initializes a new instance of the AdmAuthentication class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim clientId As String
Dim clientSecret As String
Dim instance As New AdmAuthentication(clientId, clientSecret)
Syntax
'Declaration
Public Sub New ( _
clientId As String, _
clientSecret As String _
)
public AdmAuthentication (
string clientId,
string clientSecret
)
public:
AdmAuthentication (
String^ clientId,
String^ clientSecret
)
public AdmAuthentication (
String clientId,
String clientSecret
)
public function AdmAuthentication (
clientId : String,
clientSecret : String
)
Parameters
- clientId
Specifies the client ID.
- clientSecret
Platforms
See Also
Reference
AdmAuthentication Class
AdmAuthentication Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.