System::Security::SecureString::RemoveAt method

SecureString::RemoveAt method

Removes the character at the specified position.

void System::Security::SecureString::RemoveAt(int32_t index)
ParameterTypeDescription
indexint32_tThe position of a character.

See Also