aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Security.ISecurityCheckFactory Interface Reference

Interface that must be implemented by the platform specific security check factory. More...

Public Member Functions

ISecurityCheck create (ISecurityCheckType type)
 Create the security check identified by the passed in security check type. More...
 
ISecurityCheck create (string typeName)
 Create the security check identified by the passed in security check type name. This is meant to be used in shared code where the type may not be linked. More...
 

Detailed Description

Interface that must be implemented by the platform specific security check factory.

Member Function Documentation

◆ create() [1/2]

ISecurityCheck AeroGear.Mobile.Security.ISecurityCheckFactory.create ( ISecurityCheckType  type)

Create the security check identified by the passed in security check type.

Returns
The security check.
Parameters
typeThe type of the security check to be instantiated.

◆ create() [2/2]

ISecurityCheck AeroGear.Mobile.Security.ISecurityCheckFactory.create ( string  typeName)

Create the security check identified by the passed in security check type name. This is meant to be used in shared code where the type may not be linked.

Returns
The security check.
Parameters
typeNameThe name of the security check to be instantiated.

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