System::Security::SecureString::InsertAt method
SecureString::InsertAt method
Inserts a character at the specified index.
void System::Security::SecureString::InsertAt(int32_t index, char16_t c)
Parameter | Type | Description |
---|---|---|
index | int32_t | The position where character is inserted. |
c | char16_t | A character to insert. |
See Also
- Class SecureString
- Namespace System::Security
- Library Aspose.PUB for C++