CHAPSecret Properties |
The CHAPSecret type exposes the following members.
Name | Description | |
---|---|---|
Secret |
This property is used to get or set the Secret property which is a string
| |
ShouldAutoGenerate |
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. |