ChapSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Device Chap settings
public class ChapSettings
type ChapSettings = class
Public Class ChapSettings
- Inheritance
-
ChapSettings
Constructors
ChapSettings() |
Initializes a new instance of the ChapSettings class. |
Properties
InitiatorSecret |
Required. Gets or sets the Initiator Secret |
InitiatorUser |
Required. Gets or sets the Initiator User |
TargetSecret |
Required. Gets or sets the Target Secret |
TargetUser |
Required. Gets or sets the Target User |