ServerUtils.MakeSecureString Method
Converts the specified string into a SecureString object.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Shared Function MakeSecureString ( _
str As String _
) As SecureString
'Usage
Dim str As String
Dim returnValue As SecureString
returnValue = ServerUtils.MakeSecureString(str)
public static SecureString MakeSecureString(
string str
)
Parameters
str
Type: System.StringThe string.
Return Value
Type: System.Security.SecureString
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace