Click or drag to resize

SolidFireElementModifyAccountAsync Method

Overload List
  NameDescription
Public methodModifyAccountAsync(ModifyAccountRequest, CancellationToken)
ModifyAccount enables you to modify an existing account. When you lock an account, any existing connections from that account are immediately terminated. When you change an account's CHAP settings, any existing connections remain active, and the new CHAP settings are used on subsequent connections or reconnections. To clear an account's attributes, specify {} for the attributes parameter.
Public methodModifyAccountAsync(CancellationToken, Int64, String, String, CHAPSecret, CHAPSecret, Hashtable, NullableBoolean)
ModifyAccount enables you to modify an existing account. When you lock an account, any existing connections from that account are immediately terminated. When you change an account's CHAP settings, any existing connections remain active, and the new CHAP settings are used on subsequent connections or reconnections. To clear an account's attributes, specify {} for the attributes parameter.
Top
See Also