ActiveDirectoryClientSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ActiveDirectoryClientSettings() |
Initializes default active directory dialog parameters. |
ActiveDirectoryClientSettings(String, Uri) |
Initializes active directory client settings with the application specific properties for client id and client redirect uri. See Active Directory Quickstart for .Net for detailed instructions on creating an Azure Active Directory application. |
ActiveDirectoryClientSettings()
Initializes default active directory dialog parameters.
public ActiveDirectoryClientSettings ();
Public Sub New ()
Applies to
ActiveDirectoryClientSettings(String, Uri)
Initializes active directory client settings with the application specific properties for client id and client redirect uri. See Active Directory Quickstart for .Net for detailed instructions on creating an Azure Active Directory application.
public ActiveDirectoryClientSettings (string clientId, Uri clientRedirectUri);
new Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings : string * Uri -> Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings
Public Sub New (clientId As String, clientRedirectUri As Uri)
Parameters
- clientId
- String
The active directory client id.
- clientRedirectUri
- Uri
The client redirect uri defined for this application in active directory.
Applies to
Azure SDK for .NET