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 DomainCredential(
DomainUser userAccount,
string password
)
Public Sub New (
userAccount As DomainUser,
password As String
)
public:
DomainCredential(
DomainUser^ userAccount,
String^ password
)
new :
userAccount : DomainUser *
password : string -> DomainCredential
ArgumentNullException | userAccount or password is . |