Click or drag to resize

SecurePasswordInsertAt Method

Inserts a character in this secure password at the specified index position.

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

Parameters

index
Type: SystemInt32
The index position where parameter c is inserted.
c
Type: SystemChar
The character to insert.
See Also