[DllImport("Crypt32.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern uint CertGetNameString( IntPtr pCertContext, uint dwType, uint dwFlags, IntPtr pvTypePara, StringBuilder pszNameString, uint cchNameString );
Microsoft documentation: Link
Last updated 1 year ago