SetAt()

SecureString::SetAt(int32_t, char16_t) method

Replaces the existing character at the specified position.

void System::Security::SecureString::SetAt(int32_t index, char16_t c)

Arguments

ParameterTypeDescription
indexint32_tThe position of a character.
cchar16_tA new character.

See Also