6 references to ToHexStringUpper
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (5)
426return GetRawCertData().ToHexStringUpper(); 454return GetRawCertHash().ToHexStringUpper(); 494return GetPublicKey().ToHexStringUpper(); 543return keyAlgorithmParameters?.ToHexStringUpper(); 582return GetRawSerialNumber().ToHexStringUpper();
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (1)
96_subjectKeyIdentifierString = _subjectKeyIdentifierBytes.ToHexStringUpper();