API Reference
Class
GppPasswordEntry
Represents a discovered entry containing a cpassword value.
Inheritance
- Object
- GppPasswordEntry
Constructors
public GppPasswordEntry(String FilePath, String CPassword, String UserName, Boolean IsAes256) #Represents a discovered entry containing a cpassword value.
Parameters
- FilePath System.String
- CPassword System.String
- UserName System.String
- IsAes256 System.Boolean
Methods
public virtual GppPasswordEntry <Clone>$() #Returns:
GppPasswordEntrypublic Void Deconstruct(out String FilePath, out String CPassword, out String UserName, out Boolean IsAes256) #Returns:
VoidParameters
- FilePath String
- CPassword String
- UserName String
- IsAes256 Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String