Freigeben über


Credential Constructor

Definition

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.

Applies to