Org.BouncyCastle.X509.X509CrlParser.CreateX509Crl C# (CSharp) Method

CreateX509Crl() protected method

protected CreateX509Crl ( CertificateList c ) : X509Crl
c Org.BouncyCastle.Asn1.X509.CertificateList
return X509Crl
		protected virtual X509Crl CreateX509Crl(
			CertificateList c)
		{
			return new X509Crl(c);
		}