|
WindowsApiCryptFindOIDInfo Method
|
Win32 CryptFindOIDInfo function.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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