[Top]
Crypto
Crypto.NT
Crypto.NT.CryptContext
|
Method Crypto.NT.CryptContext()->create()
- Method
create
void Crypto.NT.CryptContext(string name, string 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
0 the user default CSP will be used.
|