SecureString::Copy Method ()
.NET Framework (current version)
Creates a copy of the current secure string.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | This secure string has already been disposed. |
| CryptographicException | An error occurred while protecting or unprotecting the value of this secure string. |
If an instance of a SecureString is marked read-only, the copy of that instance will not be read-only.
.NET Framework
Available since 2.0
Available since 2.0
Show: