6 references to ToHexStringUpper
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (5)
424return GetRawCertData().ToHexStringUpper(); 452return GetRawCertHash().ToHexStringUpper(); 492return GetPublicKey().ToHexStringUpper(); 536return keyAlgorithmParameters.ToHexStringUpper(); 575return GetRawSerialNumber().ToHexStringUpper();
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (1)
96_subjectKeyIdentifierString = _subjectKeyIdentifierBytes.ToHexStringUpper();