Class ValidationResult

ValidationResult class

Represents the result of a validation process for a certificate.

public sealed class ValidationResult

Properties

NameDescription
Message { get; }Represents the message associated with the validation result.
Status { get; }Gets the status of the validation process for a certificate.

Remarks

The ValidationResult class provides information about the outcome of validating a certificate, including its status and a message describing any issues encountered during the validation.

See Also