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 class DomainCredential : IEquatable<DomainCredential>
Public Class DomainCredential
Implements IEquatable(Of DomainCredential)
public ref class DomainCredential : IEquatable<DomainCredential^>
type DomainCredential =
class
interface IEquatable<DomainCredential>
end
DomainCredential | Initializes a new instance of the DomainCredential class. |
Password | Gets the password for the account. |
UserAccount | Gets the domain or local user account. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |