AWS SDK for .NET Documentation
ChapInfo Class
AmazonAmazon.StorageGateway.ModelChapInfo Did this page help you?   Yes   No    Tell us about it...

Describes Challenge-Handshake Authentication Protocol (CHAP) information that supports authentication between your gateway and iSCSI initiators.

Declaration Syntax
C#
public class ChapInfo
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ChapInfo()()()()
Initializes a new instance of the ChapInfo class

Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
1 - 255
Pattern
[0-9a-z:.-]+


SecretToAuthenticateInitiator
The secret key that the initiator (e.g. Windows client) must provide to participate in mutual CHAP with the target.

Constraints:

Length
12 - 16


SecretToAuthenticateTarget
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).

Constraints:

Length
12 - 16


TargetARN
The Amazon Resource Name (ARN) of the volume. Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

Constraints:

Length
50 - 800


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
Object
ChapInfo

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)