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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public static class IDevicePropertiesEx
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. |