Gets the value of the encrypted string as a secure string.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)

Syntax
Visual Basic (Declaration)
Public ReadOnly Property SecureStringValue As SecureString
Dim instance As SPEncryptedString
Dim value As SecureString
value = instance.SecureStringValue
public SecureString SecureStringValue { get; }
Property Value
A
System.Security.SecureString object that represents the secure string.

Remarks
A secure string is one in which the text is encrypted for privacy when being used, and deleted from computer memory when no longer needed, which helps to protect it from accidental or malicious exposure.

See Also