System::Security::SecureString::InsertAt méthode

SecureString::InsertAt method

Insère un caractère à l’index spécifié.

void System::Security::SecureString::InsertAt(int32_t index, char16_t c)
ParamètreTypeDescription
indiceint32_tLa position où le caractère est inséré.
cchar16_tUn caractère à insérer.

Voir aussi