SecureString.AppendChar(Char) Method

Definition

Appends a character to the end of the current secure string.

public:
 void AppendChar(char c);
public void AppendChar(char c);
[System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions]
public void AppendChar(char c);
member this.AppendChar : char -> unit
[<System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions>]
member this.AppendChar : char -> unit
Public Sub AppendChar (c As Char)

Parameters

c
Char

A character to append to this secure string.

Attributes