Class Crypto.NT.CryptContext
- Description
Class representing an HCRYPTPROV handle.
- Method create
Crypto.NT.CryptContext Crypto.NT.CryptContext(string(8bit) name, string(8bit) csp, int type, int flags)
- Parameter name
Key container name. When flags is set to CRYPT_VERIFYCONTEXT the name must be
0.- Parameter csp
The name of the Crypto Service Provider to use. If set to
0the user default CSP will be used.