Share via


Msr.RetrieveDeviceAuthenticationData Method

2/27/2008

Applications call this method to retrieve a challenge token that will subsequently be used to generate response tokens that will be passed to the AuthenticateDevice and DeauthenticateDevice methods.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Overridable Function RetrieveDeviceAuthenticationData As Byte()
public virtual byte[] RetrieveDeviceAuthenticationData ()
public:
virtual array<unsigned char>^ RetrieveDeviceAuthenticationData ()
public byte[] RetrieveDeviceAuthenticationData ()
public function RetrieveDeviceAuthenticationData () : byte[]

Remarks

The challenge token is typically sent to another entity that has special knowledge of a shared secret that is required to generate the proper response token(s).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Msr Class
Msr Members
Microsoft.PointOfService Namespace