public class Device extends RegistryIdentity
| Constructor and Description |
|---|
Device(String deviceId)
Creates a device using the given id.
|
Device(String deviceId,
AuthenticationType authenticationType)
Creates a device using the given id.
|
getAuthenticationType, getPrimaryKey, getPrimaryThumbprint, getSecondaryKey, getSecondaryThumbprint, getSymmetricKey, setSymmetricKey, setThumbprintpublic Device(String deviceId)
deviceId - String containing the device name.public Device(String deviceId, AuthenticationType authenticationType)
deviceId - String containing the device name.authenticationType - the type of authentication that this device will use.Copyright © 2024. All rights reserved.