CacheUsernameDownloadSettingsCredentials 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
CacheUsernameDownloadSettingsCredentials() |
Initializes a new instance of the CacheUsernameDownloadSettingsCredentials class. |
CacheUsernameDownloadSettingsCredentials(String, String) |
Initializes a new instance of the CacheUsernameDownloadSettingsCredentials class. |
CacheUsernameDownloadSettingsCredentials()
Initializes a new instance of the CacheUsernameDownloadSettingsCredentials class.
public CacheUsernameDownloadSettingsCredentials ();
Public Sub New ()
Applies to
CacheUsernameDownloadSettingsCredentials(String, String)
Initializes a new instance of the CacheUsernameDownloadSettingsCredentials class.
public CacheUsernameDownloadSettingsCredentials (string bindDn = default, string bindPassword = default);
new Microsoft.Azure.Management.StorageCache.Models.CacheUsernameDownloadSettingsCredentials : string * string -> Microsoft.Azure.Management.StorageCache.Models.CacheUsernameDownloadSettingsCredentials
Public Sub New (Optional bindDn As String = Nothing, Optional bindPassword As String = Nothing)
Parameters
- bindDn
- String
The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
- bindPassword
- String
The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
Applies to
Azure SDK for .NET