SecureString::Length Property
.NET Framework (current version)
Gets the number of characters in the current secure string.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | This secure string has already been disposed. |
The Length property returns the number of Char objects in this instance, not the number of Unicode characters. A Unicode character might be represented by more than one Char object.
The maximum length of a SecureString instance is 65,536 characters.
.NET Framework
Available since 2.0
Available since 2.0
Show: