3 references to GetSerialNumber
System.IdentityModel (3)
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
300if (!BinaryMatches((byte[])findValue, cert.GetSerialNumber()))
System\IdentityModel\Tokens\X509IssuerSerialKeyIdentifierClause.cs (2)
36this.issuerSerialNumber = Asn1IntegerConverter.Asn1IntegerToDecimalString(certificate.GetSerialNumber()); 63return Matches(certificate.Issuer, Asn1IntegerConverter.Asn1IntegerToDecimalString(certificate.GetSerialNumber()));