C# 클래스 Goedel.Recrypt.Client.RecryptClient

High level Recrypt Client interface.
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AccountID string
AccountName string
Portal string
UDF string

보호된 프로퍼티들

프로퍼티 타입 설명
Service Goedel.Recrypt.RecryptService

공개 메소드들

메소드 설명
Hello ( ) : HelloResponse

Get the available services and features

RecryptClient ( string Portal ) : System

Connect up to the specified Mesh Portal

RecryptClient ( string Portal, string AccountID ) : System

Connect up to a specified Mesh Portal and account.

메소드 상세

Hello() 공개 메소드

Get the available services and features
public Hello ( ) : HelloResponse
리턴 Goedel.Recrypt.HelloResponse

RecryptClient() 공개 메소드

Connect up to the specified Mesh Portal
public RecryptClient ( string Portal ) : System
Portal string
리턴 System

RecryptClient() 공개 메소드

Connect up to a specified Mesh Portal and account.
public RecryptClient ( string Portal, string AccountID ) : System
Portal string The portal to connect to.
AccountID string The account identifier.
리턴 System

프로퍼티 상세

AccountID 공개적으로 프로퍼티

The account Identifier.
public string AccountID
리턴 string

AccountName 공개적으로 프로퍼티

The account name.
public string AccountName
리턴 string

Portal 공개적으로 프로퍼티

The portal address.
public string Portal
리턴 string

Service 보호되어 있는 프로퍼티

The Recrypt Service provider.
protected RecryptService,Goedel.Recrypt Service
리턴 Goedel.Recrypt.RecryptService

UDF 공개적으로 프로퍼티

Fingerprint of the Personal Profile.
public string UDF
리턴 string