System::Security::SecureString::SetAt method

SecureString::SetAt method

Replaces the existing character at the specified position.

void System::Security::SecureString::SetAt(int32_t index, char16_t c)
ParameterTypeDescription
indexint32_tThe position of a character.
cchar16_tA new character.

See Also