Credential Constructor
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.
Initializes a new instance of the Credential class.
public:
Credential(System::String ^ userName, System::Security::SecureString ^ password, System::String ^ domain, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ extensions);
public Credential (string userName, System.Security.SecureString password, string domain, System.Collections.Generic.Dictionary<string,string> extensions);
new Microsoft.Uii.AifServices.Credential : string * System.Security.SecureString * string * System.Collections.Generic.Dictionary<string, string> -> Microsoft.Uii.AifServices.Credential
Public Sub New (userName As String, password As SecureString, domain As String, extensions As Dictionary(Of String, String))
Parameters
- userName
- String
Specifies the user name.
- password
- SecureString
Specifies the password.
- domain
- String
Specifies the domain.
- extensions
- Dictionary<String,String>
Specifies the extensions.