[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);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.