Click or drag to resize

SecurePasswordRemoveAt Method

Removes the character at the specified index position from this secure password.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index position of a character in this secure password.
See Also