4 references to LaxDecodeHexString
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\FindPal.cs (3)
55byte[] thumbPrint = ConfirmedCast<string>(findValue).LaxDecodeHexString(); 93byte[] hexBytes = decimalOrHexString.LaxDecodeHexString(); 150byte[] keyIdentifier = ConfirmedCast<string>(findValue).LaxDecodeHexString();
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (1)
150byte[] subjectKeyIdentifiedBytes = subjectKeyIdentifier.LaxDecodeHexString();