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