Table of Contents

Constructor AccessAuthorization

Namespace
MailFathom.Application.Access
Assembly
MailFathom.Application.dll

AccessAuthorization(IAuthorizedPrincipalSource)

Initializes the authorization over the principal of the unit of work in hand.

public AccessAuthorization(IAuthorizedPrincipalSource principals)

Parameters

principals IAuthorizedPrincipalSource

Reports whoever the work is running for.

Exceptions

ArgumentNullException

Thrown when principals is null.