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