C# 클래스 Nfield.Services.Implementation.NfieldRespondentDataEncryptService

상속: INfieldRespondentDataEncryptService, INfieldConnectionClientObject
파일 보기 프로젝트 열기: NIPOSoftware/Nfield-SDK 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SurveyDataEncryptionUrl string

공개 메소드들

메소드 설명
EncryptData ( string surveyId, DataCryptographyModel model ) : Task

Encrypts the data.

InitializeNfieldConnection ( INfieldConnectionClient connection ) : void

Initializes the nfield connection.

비공개 메소드들

메소드 설명
SurveyDataEncryptionUrl ( string surveyId ) : string

Surveys the data encryption URL.

메소드 상세

EncryptData() 공개 메소드

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

InitializeNfieldConnection() 공개 메소드

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