C# Class Nfield.Services.Implementation.NfieldRespondentDataEncryptService

Inheritance: INfieldRespondentDataEncryptService, INfieldConnectionClientObject
Show file Open project: NIPOSoftware/Nfield-SDK Class Usage Examples

Private Properties

Property Type Description
SurveyDataEncryptionUrl string

Public Methods

Method Description
EncryptData ( string surveyId, DataCryptographyModel model ) : Task

Encrypts the data.

InitializeNfieldConnection ( INfieldConnectionClient connection ) : void

Initializes the nfield connection.

Private Methods

Method Description
SurveyDataEncryptionUrl ( string surveyId ) : string

Surveys the data encryption URL.

Method Details

EncryptData() public method

Encrypts the data.
public EncryptData ( string surveyId, DataCryptographyModel model ) : Task
surveyId string The survey identifier.
model Nfield.Models.DataCryptographyModel The model.
return Task

InitializeNfieldConnection() public method

Initializes the nfield connection.
public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
connection INfieldConnectionClient The connection.
return void