CredentialEncPassword Property  | 
 
            Base64 encoded password, this password is used to save in the Profile XML file, and is encrypted.
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public string EncPassword { get; set; }<DataMemberAttribute>
Public Property EncPassword As String
	Get
	Set
public:
[DataMemberAttribute]
property String^ EncPassword {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute>]
member EncPassword : string with get, set
Property Value
Type: 
String
See Also