C# Class Nfield.Services.Implementation.NfieldRespondentDataEncryptService

Inheritance: INfieldRespondentDataEncryptService, INfieldConnectionClientObject
Afficher le fichier Open project: NIPOSoftware/Nfield-SDK Class Usage Examples

Private Properties

Свойство Type Description
SurveyDataEncryptionUrl string

Méthodes publiques

Méthode Description
EncryptData ( string surveyId, DataCryptographyModel model ) : Task

Encrypts the data.

InitializeNfieldConnection ( INfieldConnectionClient connection ) : void

Initializes the nfield connection.

Private Methods

Méthode Description
SurveyDataEncryptionUrl ( string surveyId ) : string

Surveys the data encryption URL.

Method Details

EncryptData() public méthode

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

InitializeNfieldConnection() public méthode

Initializes the nfield connection.
public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
connection INfieldConnectionClient The connection.
Résultat void