Click or drag to resize

SecurePasswordSetAt Method

Replaces the existing character at the specified index position with another character.

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 SetAt(
	int index,
	char c
)

Parameters

index
Type: SystemInt32
The index position of an existing character in this secure password.
c
Type: SystemChar
A character that replaces the existing character.
See Also