aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Security.SecurityCheckResult Class Reference

Public Member Functions

 SecurityCheckResult (ISecurityCheck check, bool passed)
 

Public Attributes

readonly string Id
 The identifier of the check that produced this result. More...
 
readonly string Name
 The human readable name of the check that produced this result. More...
 
readonly bool Passed
 Whether the check has passed or not. More...
 

Constructor & Destructor Documentation

◆ SecurityCheckResult()

AeroGear.Mobile.Security.SecurityCheckResult.SecurityCheckResult ( ISecurityCheck  check,
bool  passed 
)

Member Data Documentation

◆ Id

readonly string AeroGear.Mobile.Security.SecurityCheckResult.Id

The identifier of the check that produced this result.

◆ Name

readonly string AeroGear.Mobile.Security.SecurityCheckResult.Name

The human readable name of the check that produced this result.

◆ Passed

readonly bool AeroGear.Mobile.Security.SecurityCheckResult.Passed

Whether the check has passed or not.


The documentation for this class was generated from the following file: