|
JWSCL Documentation
|
constructor Create(const KeyContainerName: TJwString; const CSPName: TJwString; CSPType: TJwCSPType; Flags: TJwCSPCreationFlagSet); overload;
|
Parameters |
Description |
|
const KeyContainerName: TJwString |
The name of the key container to be used for subsequent operations. Can be '' to specify the default name. Must be '' if Flags contains ccfVerifyContext. |
|
const CSPName: TJwString |
The name of the CSP. If you specify '', the default will be used. |
|
Flags: TJwCSPCreationFlagSet |
Special flags to use with the call to CryptAcquireContext |
|
The |
type of the CSP to acquire |
Create retrieves a handle to the specified CSP using CryptAcquireContext.
|
Exceptions |
Description |
|
will be raised if the underlying Windows call fails. TJwCryptProvider |
|
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!
|