HID APPROVE SDK  4.8
HID Approve SDK for Windows .NET
HIDIA.Transaction.ContainerInitialization Class Reference

Configuration for creation of a Container. The data is provided externally by the service provider. The way it is provided is vendor-specific. More...

Inheritance diagram for HIDIA.Transaction.ContainerInitialization:
HIDIA.Transaction.ContainerConfiguration

Public Member Functions

override void Reset ()
 Resets the sensitive members of the class. More...
 

Properties

char [] ActivationCode [get, set]
 The activation code. More...
 
char [] InviteCode [get, set]
 The invite code. More...
 
string ServerUrl [get, set]
 The authentication server URL. More...
 
string UserId [get, set]
 The user identifier. More...
 
- Properties inherited from HIDIA.Transaction.ContainerConfiguration
string ContainerFriendlyName [get, set]
 The container friendly name. More...
 
string DeviceFriendlyName [get, set]
 The device friendly name. More...
 
string PushId [get, set]
 The device identifier provided by the notification service. More...
 

Detailed Description

Configuration for creation of a Container. The data is provided externally by the service provider. The way it is provided is vendor-specific.

Member Function Documentation

◆ Reset()

override void HIDIA.Transaction.ContainerInitialization.Reset ( )
inlinevirtual

Resets the sensitive members of the class.

This method should be called as soon as the class instance becomes useless.

Reimplemented from HIDIA.Transaction.ContainerConfiguration.

Property Documentation

◆ ActivationCode

char [] HIDIA.Transaction.ContainerInitialization.ActivationCode
getset

The activation code.

This code encloses all the information needed to create a Container. It may come from a QR code or any other channel./>

◆ InviteCode

char [] HIDIA.Transaction.ContainerInitialization.InviteCode
getset

The invite code.

This is a short code provided by the server to ensure the Container creation is genuine.

◆ ServerUrl

string HIDIA.Transaction.ContainerInitialization.ServerUrl
getset

The authentication server URL.

◆ UserId

string HIDIA.Transaction.ContainerInitialization.UserId
getset

The user identifier.