C# Класс Goedel.Mesh.Platform.RegistrationPersonal

Describes the registration of as profile on as machine. This includes the fingerprint, the cached profile data and the list of portal entries to which the profile is bound.
Наследование: Registration
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Profile SignedPersonalProfile
Profiles SignedProfile>.SortedList

Открытые методы

Метод Описание
Refresh ( ) : void

Fetch the latest version of the profile version

RegistrationPersonal ( SignedPersonalProfile Profile, List Portals ) : System

Register a personal profile in the Windows registry

RegistrationPersonal ( string UDF, string File ) : System

Read a personal registration from a file

ToRegistry ( ) : void

Write values to registry

Update ( ) : void

Update portal entries.

Описание методов

Refresh() публичный Метод

Fetch the latest version of the profile version
public Refresh ( ) : void
Результат void

RegistrationPersonal() публичный Метод

Register a personal profile in the Windows registry
public RegistrationPersonal ( SignedPersonalProfile Profile, List Portals ) : System
Profile SignedPersonalProfile The personal profile
Portals List The list of portals.
Результат System

RegistrationPersonal() публичный Метод

Read a personal registration from a file
public RegistrationPersonal ( string UDF, string File ) : System
UDF string File fingerprint
File string Filename on local machine
Результат System

ToRegistry() публичный Метод

Write values to registry
public ToRegistry ( ) : void
Результат void

Update() публичный Метод

Update portal entries.
public Update ( ) : void
Результат void

Описание свойств

Profile публичное свойство

The most recent cached profile data, if available.
public SignedPersonalProfile Profile
Результат SignedPersonalProfile

Profiles публичное свойство

Profiles associated with this account in chronological order.
public SortedList Profiles
Результат SignedProfile>.SortedList