Share via


ServerUtils.SecureStringToString method

Extracts the string value from the specified SecureString object.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Shared Function SecureStringToString ( _
    src As SecureString _
) As String
'Usage
Dim src As SecureString
Dim returnValue As String

returnValue = ServerUtils.SecureStringToString(src)
public static string SecureStringToString(
    SecureString src
)

Parameters

Return value

Type: System.String
The string value of the specified SecureString object.

See also

Reference

ServerUtils class

ServerUtils members

Microsoft.PerformancePoint.Scorecards.ServerCommon namespace