API Reference
Class
ToolAuthenticationProbeRecord
Probe metadata used to validate recent authentication/connectivity preflight checks.
Inheritance
- Object
- ToolAuthenticationProbeRecord
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
Accepted by parameters
Constructors
public ToolAuthenticationProbeRecord() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ProbeId { get; set; } #Opaque probe identifier returned to callers.
public String ToolName { get; set; } #Tool name that produced the probe.
public String AuthenticationContractId { get; set; } #Authentication contract identifier for compatibility checks.
public String TargetFingerprint { get; set; } #Stable fingerprint of endpoint/auth context probed by the tool.
public DateTimeOffset ProbedAtUtc { get; set; } #UTC timestamp when probe completed.
public Boolean IsSuccessful { get; set; } #True when probe completed successfully.
public String ErrorCode { get; set; } #Optional probe error code when IsSuccessful is false.