API Reference
Class
PlaintextCredentialFinding
Finding indicating potential plaintext credentials in a script.
Inheritance
- Object
- PlaintextCredentialFinding
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public PlaintextCredentialFinding() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String File { get; set; } #Script file where the snippet was found.
public String CredentialSnippet { get; set; } #Sanitized snippet of suspected credential material.
public String DomainName { get; set; } #DNS domain name owning the GPO.
public String GpoDisplayName { get; set; } #GPO display name.