Replaces the existing character at the specified index position with another character.
Syntax
[System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions]
public
void SetAt (
int index,
char c)
Parameters
- index
-
The index position of an existing character in this secure string
- c
-
A character that replaces the existing character.
Remarks
Requirements
Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0