CustomParameterDataProvider.CreateKey Method (Microsoft.PerformancePoint.Scorecards.Extensions)

Creates an MD5 hash key from a string.

Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Protected Function CreateKey ( _
    value As String _
) As String
'Usage
Dim value As String
Dim returnValue As String

returnValue = Me.CreateKey(value)
protected string CreateKey (
    string value
)

Parameters

  • value
    The string.

Return Value

The MD5 hash key for the string.

See Also

Reference

CustomParameterDataProvider Class
CustomParameterDataProvider Members
Microsoft.PerformancePoint.Scorecards.Extensions Namespace