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
- id
Type: System..::..String
- numberOfBits
Type: System..::..Int32
Return Value
Type: System..::..Int64