2 references to CryptEncodeObject
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\WindowsInterop.crypt32.cs (2)
120
if (!Interop.Crypt32.
CryptEncodeObject
(Interop.Crypt32.CertEncodingType.All, lpszStructType, decoded, null, ref cb))
124
if (!Interop.Crypt32.
CryptEncodeObject
(Interop.Crypt32.CertEncodingType.All, lpszStructType, decoded, encoded, ref cb))