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
Parameter | Type | Description |
---|---|---|
index | int32_t | The position of a character. |
c | char16_t | A new character. |
See Also
- Class SecureString
- Namespace System::Security
- Library Aspose.Slides