SPEncryptedString.SecureStringValue property
Gets the value of the encrypted string as a secure string.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property SecureStringValue As SecureString
Get
'Usage
Dim instance As SPEncryptedString
Dim value As SecureString
value = instance.SecureStringValue
public SecureString SecureStringValue { get; }
Property value
Type: System.Security.SecureString
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.