Skip to content

Commit 0131e4f

Browse files
SteveL-MSFTsdwheeler
authored andcommitted
updated to reflect that SecureString is only not encrypted on non-Windows systems (#4034)
1 parent 7bcbfc6 commit 0131e4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/6/Microsoft.PowerShell.Security/ConvertFrom-SecureString.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If no key is specified, the Windows Data Protection API (DPAPI) is used to encry
3939

4040
> [!NOTE]
4141
> Note that per [DotNet](/dotnet/api/system.security.securestring?view=netcore-2.1#remarks), the
42-
> contents of a SecureString are not encrypted.
42+
> contents of a SecureString are not encrypted on non-Windows systems.
4343
4444
## EXAMPLES
4545

reference/6/Microsoft.PowerShell.Security/ConvertTo-SecureString.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If the standard string being converted was encrypted with **ConvertFrom-SecureSt
4848

4949
> [!NOTE]
5050
> Note that per [DotNet](/dotnet/api/system.security.securestring?view=netcore-2.1#remarks), the
51-
> contents of a SecureString are not encrypted.
51+
> contents of a SecureString are not encrypted on non-Windows systems.
5252
5353
## EXAMPLES
5454

0 commit comments

Comments
 (0)