C# 클래스 Goedel.Recrypt.Local.RecryptPortalDirect

Direct connection to service provider via API calls.
상속: RecryptLocalPortal
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
GetService ( string Portal, string Account ) : RecryptService

Return a MeshService object for the named portal service.

RecryptPortalDirect ( ) : System

Create new portal using the default stores.

RecryptPortalDirect ( string PortalStore ) : System

Create a new portal using the specified stores.

RecryptPortalDirect ( string ServiceName, string PortalStore ) : System

Create a new portal using the specified stores.

보호된 메소드들

메소드 설명
Init ( string ServiceName, string PortalStore ) : void

Initialize the portal

메소드 상세

GetService() 공개 메소드

Return a MeshService object for the named portal service.
public GetService ( string Portal, string Account ) : RecryptService
Portal string
Account string
리턴 Goedel.Recrypt.RecryptService

Init() 보호된 메소드

Initialize the portal
protected Init ( string ServiceName, string PortalStore ) : void
ServiceName string
PortalStore string
리턴 void

RecryptPortalDirect() 공개 메소드

Create new portal using the default stores.
public RecryptPortalDirect ( ) : System
리턴 System

RecryptPortalDirect() 공개 메소드

Create a new portal using the specified stores.
public RecryptPortalDirect ( string PortalStore ) : System
PortalStore string File name for the Portal Store.
리턴 System

RecryptPortalDirect() 공개 메소드

Create a new portal using the specified stores.
public RecryptPortalDirect ( string ServiceName, string PortalStore ) : System
ServiceName string DNS service name
PortalStore string File name for the Portal Store.
리턴 System