|
WindowsApi.CryptFindOIDInfo Method
|
Win32 CryptFindOIDInfo function.
Namespace: GSF.InteropAssembly: 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
)
<DllImportAttribute("crypt32.dll", SetLastError := true>]
Public Shared Function CryptFindOIDInfo (
dwKeyType As Integer,
pvKey As String,
dwGroupId As UInteger
) As IntPtr
public:
[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