Exemplo n.º 1
0
 public static extern unsafe SECURITY_STATUS NCryptEnumKeys(
     SafeProviderHandle hProvider,
     string pszScope,
     out NCryptKeyName *ppKeyName,
     ref void *ppEnumState,
     NCryptEnumKeysFlags dwFlags = NCryptEnumKeysFlags.None);
Exemplo n.º 2
0
 public static extern unsafe int NCryptEnumKeys(
     [In] SafeNCryptProviderHandle hProvider,
     [In] string pszScope,
     [Out] out NCryptKeyName *ppKeyName,
     [In, Out] ref void *ppEnumState,
     [In] int dwFlags = 0);