Click or drag to resize
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.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void UpdateDeviceAuthenticationInformation(
	long deviceId,
	IEnumerable<IDeviceAuthenticationInformation> deviceAuthenticationInformation
)

Parameters

deviceId
Type: SystemInt64
The device id
deviceAuthenticationInformation
Type: System.Collections.GenericIEnumerableIDeviceAuthenticationInformation
Authentication information to set
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if id is zero or less.
ObjectNotFoundExceptionThrown if device is not found
See Also