Метод | Описание | |
---|---|---|
GetService ( string Portal, string Account ) : |
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
|
public GetService ( string Portal, string Account ) : |
||
Portal | string | |
Account | string | |
Результат |
protected Init ( string ServiceName, string PortalStore ) : void | ||
ServiceName | string | |
PortalStore | string | |
Результат | void |
public RecryptPortalDirect ( string PortalStore ) : System | ||
PortalStore | string | File name for the Portal Store. |
Результат | System |
public RecryptPortalDirect ( string ServiceName, string PortalStore ) : System | ||
ServiceName | string | DNS service name |
PortalStore | string | File name for the Portal Store. |
Результат | System |