23 lines
451 B
Modula-2
23 lines
451 B
Modula-2
|
;+-------------------------------------------------------------------------
|
||
|
;
|
||
|
; Microsoft Windows
|
||
|
;
|
||
|
; Copyright (C) Microsoft Corporation, 1996 - 1999
|
||
|
;
|
||
|
; File: pvkhlpr.def
|
||
|
;
|
||
|
;--------------------------------------------------------------------------
|
||
|
|
||
|
LIBRARY PVKHLPR
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
PrivateKeyLoad
|
||
|
PrivateKeySave
|
||
|
PrivateKeyLoadFromMemory
|
||
|
PrivateKeySaveToMemory
|
||
|
PrivateKeyAcquireContext
|
||
|
PrivateKeyAcquireContextFromMemory
|
||
|
PrivateKeyReleaseContext
|
||
|
|