System\Security\Cryptography\X509Certificates\WindowsInterop.crypt32.cs (2)
26int cchCount = Crypt32.CertGetNameString(certContext, certNameType, certNameFlags, strType, null, 0);
35if (Crypt32.CertGetNameString(certContext, certNameType, certNameFlags, strType, ptr, cchCount) == 0)