RemoveAt()

SecureString::RemoveAt(int32_t) method

Removes the character at the specified position.

void System::Security::SecureString::RemoveAt(int32_t index)

Arguments

ParameterTypeDescription
indexint32_tThe position of a character.

See Also