IDeviceManagerUpdateDeviceAuthenticationInformation Method |
[This is preliminary documentation and is subject to change.]
Updates authentication information for device. Entries not included will be removed
Namespace: Netadmin.Management.InventoryAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid UpdateDeviceAuthenticationInformation(
long deviceId,
IEnumerable<IDeviceAuthenticationInformation> deviceAuthenticationInformation
)
Sub UpdateDeviceAuthenticationInformation (
deviceId As Long,
deviceAuthenticationInformation As IEnumerable(Of IDeviceAuthenticationInformation)
)
Parameters
- deviceId
- Type: SystemInt64
The device id - deviceAuthenticationInformation
- Type: System.Collections.GenericIEnumerableIDeviceAuthenticationInformation
Authentication information to set
Exceptions
See Also