System::Security::SecureString::RemoveAt 方法

SecureString::RemoveAt method

移除指定位置的字符。

void System::Security::SecureString::RemoveAt(int32_t index)
参数类型描述
索引int32_t字符的位置。

另见