Пример #1
0
 protected bool Equals(SamlError other)
 {
     return(string.Equals(Key, other.Key) && string.Equals(Message, other.Message));
 }
Пример #2
0
 public void LogError(SamlError error)
 {
     _errors.Add(error);
 }
Пример #3
0
 public void LogError(SamlError error)
 {
     _errors.Add(error);
 }
Пример #4
0
 protected bool Equals(SamlError other)
 {
     return string.Equals(Key, other.Key) && string.Equals(Message, other.Message);
 }