SecurityEventTokenValidationError Class
A validation failure: the code a receiver branches on, and the sentence a log reader needs.
public record SecurityEventTokenValidationError : System.IEquatable<Abblix.SecurityEvents.Validation.SecurityEventTokenValidationError>Inheritance System.Object → SecurityEventTokenValidationError
Implements System.IEquatable<SecurityEventTokenValidationError>
Constructors
SecurityEventTokenValidationError(SecurityEventTokenErrorCode, string) Constructor
A validation failure: the code a receiver branches on, and the sentence a log reader needs.
public SecurityEventTokenValidationError(Abblix.SecurityEvents.Validation.SecurityEventTokenErrorCode Code, string Description);Parameters
Code SecurityEventTokenErrorCode
The failure class.
Description System.String
What exactly failed, in the words of the step that found it.
Properties
SecurityEventTokenValidationError.Code Property
The failure class.
public Abblix.SecurityEvents.Validation.SecurityEventTokenErrorCode Code { get; init; }Property Value
SecurityEventTokenValidationError.Description Property
What exactly failed, in the words of the step that found it.
public string Description { get; init; }Property Value
Methods
SecurityEventTokenValidationError.ToString() Method
Returns the description - the half of the error a human reads.
public override string ToString();