Click or drag to resize

CHAPSecretAutoGenerate Method

Use this static method to construct a CHAPSecret object with the ShouldAutoGenerate property set to true
which, when passed into the AddAccount or ModifyAccount methods, will indicate to the API to autogenerate
a new CHAP secret value for either the TargetSecret and InitiatorSecret properties of the Account object.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public static CHAPSecret AutoGenerate()

Return Value

Type: CHAPSecret
A CHAPSecret object with ShouldAutoGenerate set to true.
See Also