GenerateMD5Hash Method

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Shared Function GenerateMD5Hash ( _
    id As String, _
    numberOfBits As Integer _
) As Long
'Usage
Dim id As String
Dim numberOfBits As Integer
Dim returnValue As Long

returnValue = PresenceCategory.GenerateMD5Hash(id, _
    numberOfBits)
public static long GenerateMD5Hash(
    string id,
    int numberOfBits
)

Parameters

Return Value

Type: System..::..Int64

See Also

Reference

PresenceCategory Class

PresenceCategory Members

Microsoft.Rtc.Collaboration.Presence Namespace