GetCerts() public méthode

public GetCerts ( ) : Org.BouncyCastle.Asn1.Esf.OtherCertID[]
Résultat Org.BouncyCastle.Asn1.Esf.OtherCertID[]
		private void checkValues(
			OtherSigningCertificate	otherCert,
			OtherCertID				otherCertID)
		{
			if (otherCert.GetCerts().Length != 1)
			{
				Fail("GetCerts() length wrong");
			}
			checkMandatoryField("GetCerts()[0]", otherCertID, otherCert.GetCerts()[0]);
		}