 | TfaMechanismResourceHandler Constructor |
TFA mechanism resource handler
Namespace: SanteDB.Rest.AMI.ResourcesAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic TfaMechanismResourceHandler(
ITfaService tfaRelay,
ILocalizationService localizationService
)
Public Sub New (
tfaRelay As ITfaService,
localizationService As ILocalizationService
)
public:
TfaMechanismResourceHandler(
ITfaService^ tfaRelay,
ILocalizationService^ localizationService
)
new :
tfaRelay : ITfaService *
localizationService : ILocalizationService -> TfaMechanismResourceHandlerParameters
- tfaRelay ITfaService
[Missing <param name="tfaRelay"/> documentation for "M:SanteDB.Rest.AMI.Resources.TfaMechanismResourceHandler.#ctor(SanteDB.Core.Security.Services.ITfaService,SanteDB.Core.Services.ILocalizationService)"]
- localizationService ILocalizationService
[Missing <param name="localizationService"/> documentation for "M:SanteDB.Rest.AMI.Resources.TfaMechanismResourceHandler.#ctor(SanteDB.Core.Security.Services.ITfaService,SanteDB.Core.Services.ILocalizationService)"]
See Also