C-DEngine 5.105

ICDESecrets..::..GetPinnedDeviceId Method

Gets the pinned device identifier.

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


Guid GetPinnedDeviceId(
	Guid currentDeviceId,
	string secretKey
)
Function GetPinnedDeviceId ( _
	currentDeviceId As Guid, _
	secretKey As String _
) As Guid
Guid^ GetPinnedDeviceId(
	Guid^ currentDeviceId, 
	String^ secretKey
)

Parameters

currentDeviceId
Type: Guid
The current device identifier.
secretKey
Type: String
The secret key.

Return Value

Guid.