ServerUtils.SecureStringToString - Méthode

Extrait la valeur de chaîne de l'objet spécifié SecureString .

Espace de noms :  Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly :  Microsoft.PerformancePoint.Scorecards.ServerCommon (dans Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntaxe

'Déclaration
Public Shared Function SecureStringToString ( _
    src As SecureString _
) As String
'Utilisation
Dim src As SecureString
Dim returnValue As String

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

Paramètres

Valeur renvoyée

Type : System.String
La valeur de chaîne de l'objet spécifié SecureString .

Voir aussi

Référence

ServerUtils classe

ServerUtils - Membres

Microsoft.PerformancePoint.Scorecards.ServerCommon - Espace de noms