9 references to ToHexString
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\TypeNameHash.cs (1)
32return Convert.ToHexString(typeNameHashBytes);
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.cs (1)
128return Convert.ToHexString(hashData);
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\PhysicalAddress.cs (1)
68return Convert.ToHexString(_address.AsSpan());
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (2)
3047return ToHexString(new ReadOnlySpan<byte>(inArray)); 3070return ToHexString(new ReadOnlySpan<byte>(inArray, offset, length));
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
148return encodedId.Encode(static encoded => CreateAlgorithmUnknownException(Convert.ToHexString(encoded)));
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
468return Convert.ToHexString(buffer.Slice(0, written));
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\PkcsHelpers.cs (1)
260return Convert.ToHexString(ba);
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
148return encodedId.Encode(static encoded => CreateAlgorithmUnknownException(Convert.ToHexString(encoded)));