2 references to Asn1IntegerConverter
System.IdentityModel (2)
System\IdentityModel\Tokens\X509IssuerSerialKeyIdentifierClause.cs (2)
36this.issuerSerialNumber = Asn1IntegerConverter.Asn1IntegerToDecimalString(certificate.GetSerialNumber()); 63return Matches(certificate.Issuer, Asn1IntegerConverter.Asn1IntegerToDecimalString(certificate.GetSerialNumber()));