|
JWSCL Documentation
|
constructor Import(CSP: TJwCryptProvider; Data: Pointer; DataLen: Cardinal; PubKey: TJwCryptKey; Flags: TJwKeyFlagSet);
|
Parameters |
Description |
|
CSP: TJwCryptProvider |
The cryptographic service provider |
|
Data: Pointer |
The data blob |
|
DataLen: Cardinal |
The size of the data blob. |
|
PubKey: TJwCryptKey |
The key with which the data blob shall be decrypted. This parameter must be nil if no encryption key has been specified upon key export. |
|
Flags: TJwKeyFlagSet |
Special flags to use with the WinAPI funtion call |
Imports a key from a data blob
|
Exceptions |
Description |
|
will be raised if the underlying Windows call fails. |
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|