Class IDevicePropertiesEx
Can list available crypto IDs, get and set the crypto ID to use. The concept of the Crypto ID is device specific.
Inheritance
System.Object
IDevicePropertiesEx
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public static class IDevicePropertiesEx : object
Methods
| Name | Description |
|---|---|
| GetCryptoId(IDeviceProperties) | Gets the crypto ID in use. |
| GetCryptoIds(IDeviceProperties) | Gets the available crypto IDs. |
| GetNotaryKeys(IDeviceProperties) | Gets the notary keys. |
| GetTransPortProtocol(IDeviceProperties) | Sets protocol (USB-HID or VCOM)to use for the pad. |
| SetCryptoId(IDeviceProperties, CryptoId) | Sets the crypto ID to use. |
| SetTransPortProtocol(IDeviceProperties, Int32) | Sets protocol (USB-HID or VCOM)to use for the pad. |