6 references to ToHexStringUpper
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (5)
351return GetRawCertData().ToHexStringUpper(); 379return GetRawCertHash().ToHexStringUpper(); 419return GetPublicKey().ToHexStringUpper(); 463return keyAlgorithmParameters.ToHexStringUpper(); 502return GetRawSerialNumber().ToHexStringUpper();
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (1)
96_subjectKeyIdentifierString = _subjectKeyIdentifierBytes.ToHexStringUpper();