Describes Challenge-Handshake Authentication Protocol (CHAP) information that supports authentication between your gateway and iSCSI initiators.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ChapInfo
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ChapInfo()()()() | Initializes a new instance of the ChapInfo class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InitiatorName | 
            The iSCSI initiator that connects to the target.
             
             Constraints: | 
|  | SecretToAuthenticateInitiator | 
            The secret key that the initiator (e.g. Windows client) must provide to participate in mutual CHAP with the target.
             
             Constraints: | 
|  | SecretToAuthenticateTarget | 
            The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).
             
             Constraints: | 
|  | TargetARN | 
            The Amazon Resource Name (ARN) of the volume. Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInitiatorName(String) | Obsolete. 
            Sets the InitiatorName property
             | 
|  | WithSecretToAuthenticateInitiator(String) | Obsolete. 
            Sets the SecretToAuthenticateInitiator property
             | 
|  | WithSecretToAuthenticateTarget(String) | Obsolete. 
            Sets the SecretToAuthenticateTarget property
             | 
|  | WithTargetARN(String) | Obsolete. 
            Sets the TargetARN property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ChapInfo |