API Reference
Class
PlaintextFinding
Plaintext credential indicator within GPO scripts.
Inheritance
- Object
- PlaintextFinding
Constructors
public PlaintextFinding(String GpoName, String File, String CredentialSnippet) #Plaintext credential indicator within GPO scripts.
Parameters
- GpoName System.String
- Display name of the GPO.
- File System.String
- Script file where the snippet was found.
- CredentialSnippet System.String
- Snippet or token suggesting a credential.
Methods
public PlaintextFinding <Clone>$() #Returns:
PlaintextFindingpublic Void Deconstruct(out String GpoName, out String File, out String CredentialSnippet) #Returns:
VoidParameters
- GpoName String
- File String
- CredentialSnippet String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String