Base:
4 references to ToString
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.Oid.cs (2)
300builder.Append(firstIdentifier.ToString()); 329builder.Append(largeValue!.Value.ToString());
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
1595return ToString();
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (1)
181_issuerSerials.Add(Utils.CreateX509IssuerSerial(issuerName, h.ToString()));