Org.BouncyCastle.Asn1.Esf.OtherCertID.OtherCertID C# (CSharp) Method

OtherCertID() public method

public OtherCertID ( OtherHash otherCertHash, IssuerSerial issuerSerial ) : System
otherCertHash OtherHash
issuerSerial Org.BouncyCastle.Asn1.X509.IssuerSerial
return System
		public OtherCertID(
			OtherHash		otherCertHash,
			IssuerSerial	issuerSerial)
		{
			if (otherCertHash == null)
				throw new ArgumentNullException("otherCertHash");

			this.otherCertHash = otherCertHash;
			this.issuerSerial = issuerSerial;
		}

Same methods

OtherCertID::OtherCertID ( Asn1Sequence seq ) : System
OtherCertID::OtherCertID ( OtherHash otherCertHash ) : System