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