2 references to DecodeHexString
System.Security (2)
system\security\cryptography\bigint.cs (1)
439
byte[] hex = X509Utils.
DecodeHexString
(hexNum);
system\security\cryptography\xml\keyinfo.cs (1)
602
m_subjectKeyIds.Add(X509Utils.
DecodeHexString
(subjectKeyId));