| 
            
              WindowsApiCryptFindOIDInfo Method
             | 
          
        
        
            Win32 CryptFindOIDInfo function.
            
        
        Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntax[DllImportAttribute("crypt32.dll", SetLastError = true)]
public static IntPtr CryptFindOIDInfo(
	int dwKeyType,
	string pvKey,
	uint dwGroupId
)<DllImportAttribute("crypt32.dll", SetLastError := true>]
Public Shared Function CryptFindOIDInfo ( 
	dwKeyType As Integer,
	pvKey As String,
	dwGroupId As UInteger
) As IntPtrpublic:
[DllImportAttribute(L"crypt32.dll", SetLastError = true)]
static IntPtr CryptFindOIDInfo(
	int dwKeyType, 
	String^ pvKey, 
	unsigned int dwGroupId
)
[<DllImportAttribute("crypt32.dll", SetLastError = true)>]
static member CryptFindOIDInfo : 
        dwKeyType : int * 
        pvKey : string * 
        dwGroupId : uint32 -> IntPtr GSF.Interop.WindowsApi.CryptFindOIDInfo = function(dwKeyType, pvKey, dwGroupId);
 View SourceParameters
- dwKeyType  Int32
 -  
 - pvKey  String
 -  
 - dwGroupId  UInt32
 -  
 
Return Value
IntPtr
See Also