CertAlgIdToOID
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern IntPtr CertAlgIdToOID(
uint dwAlgId,
uint dwFlags
);
Microsoft documentation: Link
Last updated
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern IntPtr CertAlgIdToOID(
uint dwAlgId,
uint dwFlags
);
Microsoft documentation: Link
Last updated