Esempio n. 1
0
 protected bool Equals(SamlError other)
 {
     return(string.Equals(Key, other.Key) && string.Equals(Message, other.Message));
 }
Esempio n. 2
0
 public void LogError(SamlError error)
 {
     _errors.Add(error);
 }
Esempio n. 3
0
 public void LogError(SamlError error)
 {
     _errors.Add(error);
 }
Esempio n. 4
0
 protected bool Equals(SamlError other)
 {
     return string.Equals(Key, other.Key) && string.Equals(Message, other.Message);
 }