Click or drag to resize

CHAPSecret Properties

The CHAPSecret type exposes the following members.

Properties
  NameDescription
Public propertySecret
This property is used to get or set the Secret property which is a string
Public propertyShouldAutoGenerate
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.
Top
See Also