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