ClientAndSecretAuthInfo 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
ClientAndSecretAuthInfo(String, String) |
Constructor |
ClientAndSecretAuthInfo(String, String, String) |
Constructor |
ClientAndSecretAuthInfo(String, String)
Constructor
public ClientAndSecretAuthInfo (string clientId, string secret);
new Microsoft.SqlServer.Dac.KeyVault.ClientAndSecretAuthInfo : string * string -> Microsoft.SqlServer.Dac.KeyVault.ClientAndSecretAuthInfo
Public Sub New (clientId As String, secret As String)
Parameters
- clientId
- String
Must not be null or whitespace
- secret
- String
Must not be null
Applies to
ClientAndSecretAuthInfo(String, String, String)
Constructor
public ClientAndSecretAuthInfo (string clientId, string secret, string tenantId);
new Microsoft.SqlServer.Dac.KeyVault.ClientAndSecretAuthInfo : string * string * string -> Microsoft.SqlServer.Dac.KeyVault.ClientAndSecretAuthInfo
Public Sub New (clientId As String, secret As String, tenantId As String)
Parameters
- clientId
- String
Must not be null or whitespace
- secret
- String
Must not be null
- tenantId
- String
optional