CryptUnregisterDefaultOIDFunction
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptUnregisterDefaultOIDFunction(
uint dwEncodingType,
string pszFuncName,
uint dwIndex
);Last updated
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptUnregisterDefaultOIDFunction(
uint dwEncodingType,
string pszFuncName,
uint dwIndex
);Last updated