Table of Contents

Method Holds

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

Holds(MailFathomPermission)

Reports whether this principal was granted one named capability.

public bool Holds(MailFathomPermission permission)

Parameters

permission MailFathomPermission

The capability being asked about.

Returns

bool

true when the principal holds it.

Remarks

Asks the grant alone. That a kind other than a caller never holds one is a property of how a principal is composed rather than a case decided here.