14 private readonly
string purpose;
15 private readonly
string clientEndpoint;
Contains information about a legal identity application.
IEnumerable< IPhoto > Photos
Photos provided.
IAccount Account
Account over which the application was made.
bool Preview
If the application is a preview of an application. Previewed applications should not be persisted.
IEnumerable< XmlDocument > Documents
Associated XML document attachments provided.
KeyValuePair< string, object >[] Claims
Full set of claims made regarding the identity, as meta-data tags.
Contains information about a legal identity application.
string Purpose
Purpose message, describing the purpose of the identity review.
IdentityReviewApplication(string LegalId, string Namespace, bool Preview, PersonalInformation PersonalInformation, KeyValuePair< string, object >[] Claims, IEnumerable< IPhoto > Photos, IAccount Account, string Purpose, string ClientEndpoint)
Contains information about a legal identity review application.
string ClientEndpoint
Remote endpoint of remote party client.
IdentityReviewApplication(string LegalId, string Namespace, bool Preview, PersonalInformation PersonalInformation, KeyValuePair< string, object >[] Claims, IEnumerable< IPhoto > Photos, IEnumerable< XmlDocument > Documents, IAccount Account, string Purpose, string ClientEndpoint)
Contains information about a legal identity review application.
Interface for identity applications.
Interface for SMTP user accounts.