Click or drag to resize
IDeviceDefaultSettingManagerUpdateAuthenticationSettings Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Management.Inventory.IDeviceDefaultSettingManager.UpdateAuthenticationSettings(System.Int64,System.Collections.Generic.IEnumerable{Netadmin.Management.Inventory.Dto.IDeviceAuthenticationInformation})"]

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void UpdateAuthenticationSettings(
	long deviceDefaultId,
	IEnumerable<IDeviceAuthenticationInformation> authenticationDefaultSettings
)

Parameters

deviceDefaultId
Type: SystemInt64

[Missing <param name="deviceDefaultId"/> documentation for "M:Netadmin.Management.Inventory.IDeviceDefaultSettingManager.UpdateAuthenticationSettings(System.Int64,System.Collections.Generic.IEnumerable{Netadmin.Management.Inventory.Dto.IDeviceAuthenticationInformation})"]

authenticationDefaultSettings
Type: System.Collections.GenericIEnumerableIDeviceAuthenticationInformation

[Missing <param name="authenticationDefaultSettings"/> documentation for "M:Netadmin.Management.Inventory.IDeviceDefaultSettingManager.UpdateAuthenticationSettings(System.Int64,System.Collections.Generic.IEnumerable{Netadmin.Management.Inventory.Dto.IDeviceAuthenticationInformation})"]

See Also