System::Security::SecureString::InsertAt method

SecureString::InsertAt method

Inserts a character at the specified index.

void System::Security::SecureString::InsertAt(int32_t index, char16_t c)
ParameterTypeDescription
indexint32_tThe position where character is inserted.
cchar16_tA character to insert.

See Also