Org.BouncyCastle.Crypto.Tls.LegacyTlsAuthentication.LegacyTlsAuthentication C# (CSharp) Method

LegacyTlsAuthentication() public method

public LegacyTlsAuthentication ( ICertificateVerifyer verifyer ) : System
verifyer ICertificateVerifyer
return System
		public LegacyTlsAuthentication(ICertificateVerifyer verifyer)
		{
			this.verifyer = verifyer;
		}