ModuleLoad Method |
Load a PKCS#11 driver module
public static Module Load( string library )
The name or path to the driver module (middleware). This can be found in the documentation of your cryptographic device.
Examples:
Exception | Condition |
---|---|
NotFoundException | The library cannot be found. |
ExistsException | The module has been loaded already by this application. |
ArgumentException | The given library is not a PKCS#11 driver module. |
ArgumentNullException | if library is . |