Click or drag to resize

CHAPSecretShouldAutoGenerate Property

This property is used to get the boolean value indicating if the Secret will be autogenerated by the API.
You cannot set this directly. Instead call:
CHAPSecret.AutoGenerate();
to construct a CHAPSecret object with this property set to true.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public bool ShouldAutoGenerate { get; }

Property Value

Type: Boolean
See Also