aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Security.AbstractSecurityCheck Class Referenceabstract

Abstract implementation of ISecurityCheck. More...

Inheritance diagram for AeroGear.Mobile.Security.AbstractSecurityCheck:
AeroGear.Mobile.Security.ISecurityCheck

Public Member Functions

string GetId ()
 Gets the type of the check. It must be a unique string. The default implementation is to return the check class name. More...
 
string GetName ()
 Gets the name of the check to be used for display purposes in reports. This value should match other checks that implement the same verification across different platforms (i.e. iOS, cordova) More...
 
abstract SecurityCheckResult Check ()
 Perform the check and return a result. More...
 

Properties

abstract string Name [get]
 

Detailed Description

Abstract implementation of ISecurityCheck.

Member Function Documentation

◆ Check()

abstract SecurityCheckResult AeroGear.Mobile.Security.AbstractSecurityCheck.Check ( )
pure virtual

Perform the check and return a result.

Returns
The result of the test

Implements AeroGear.Mobile.Security.ISecurityCheck.

◆ GetId()

string AeroGear.Mobile.Security.AbstractSecurityCheck.GetId ( )

Gets the type of the check. It must be a unique string. The default implementation is to return the check class name.

Returns
The identifier of teh check.

Implements AeroGear.Mobile.Security.ISecurityCheck.

◆ GetName()

string AeroGear.Mobile.Security.AbstractSecurityCheck.GetName ( )

Gets the name of the check to be used for display purposes in reports. This value should match other checks that implement the same verification across different platforms (i.e. iOS, cordova)

Returns
The name of the check

Implements AeroGear.Mobile.Security.ISecurityCheck.

Property Documentation

◆ Name

abstract string AeroGear.Mobile.Security.AbstractSecurityCheck.Name
getprotected

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