Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SecureString.IsReadOnly Method
Definition
- Namespace:
- System.Security
- Assemblies:
- netstandard.dll, System.Runtime.InteropServices.dll
- Assembly:
- System.Security.SecureString.dll
- Assembly:
- System.Runtime.InteropServices.dll
- Assembly:
- mscorlib.dll
- Assembly:
- netstandard.dll
- Source:
- SecureString.cs
- Source:
- SecureString.cs
- Source:
- SecureString.cs
- Source:
- SecureString.cs
- Source:
- SecureString.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether this secure string is marked read-only.
public:
bool IsReadOnly();
public bool IsReadOnly();
member this.IsReadOnly : unit -> bool
Public Function IsReadOnly () As Boolean
Returns
true if this secure string is marked read-only; otherwise, false.
Exceptions
This secure string has already been disposed.
Remarks
After an instance of SecureString is marked read-only by the MakeReadOnly method, any attempt to modify the value of the instance throws an InvalidOperationException. Use the IsReadOnly method to test whether a SecureString is read-only before attempting to modify it.
Applies to
See also
Feedback
Was this page helpful?
