/// A certificate verifyer, that will always return true.
///
/// DO NOT USE THIS FILE UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING.
///
///
//[Obsolete("Perform certificate verification in TlsAuthentication implementation")]
public class AlwaysValidVerifyer : ICertificateVerifyer
{
///