Security Note
Passwords in answer files are not encrypted. They are plain text at worst, and base64 encoded
at best. Do not store answer files with sensitive passwords in public locations.
public LocalCredential(
string userName,
string password
)Public Sub New (
userName As String,
password As String
)public:
LocalCredential(
String^ userName,
String^ password
)new :
userName : string *
password : string -> LocalCredential| ArgumentNullException | userName or password is . |