Click or drag to resize

ModifyInitiatorTargetSecret Property

The CHAP secret used for authentication of the target. Defaults to a randomly generated secret if not specified during creation and "requireChap" is true.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public CHAPSecret TargetSecret { get; set; }

Property Value

Type: CHAPSecret
See Also