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