Click or drag to resize

WindowsApi.CryptFindOIDInfo Method

Win32 CryptFindOIDInfo function.

Namespace: GSF.Interop
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntax
[DllImportAttribute("crypt32.dll", SetLastError = true)]
public static IntPtr CryptFindOIDInfo(
	int dwKeyType,
	string pvKey,
	uint dwGroupId
)
View Source

Parameters

dwKeyType  Int32
 
pvKey  String
 
dwGroupId  UInt32
 

Return Value

IntPtr
See Also