Click or drag to resize

CHAPSecret Constructor (String)

This will construct a new CHAPSecret object and set the Secret property to the value in the "secret" parameter.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public CHAPSecret(
	string secret
)

Parameters

secret
Type: SystemString
The string value to set into the Secret property
See Also