Click or drag to resize

UserInterfaceCertificateValidator Constructor

DI constructor

Namespace: SanteDB.Client.UserInterface
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public UserInterfaceCertificateValidator(
	IUserInterfaceInteractionProvider interactionProvider,
	IPlatformSecurityProvider platformSecurityProvider,
	ILocalizationService localizationService
)

Parameters

interactionProvider  IUserInterfaceInteractionProvider

[Missing <param name="interactionProvider"/> documentation for "M:SanteDB.Client.UserInterface.UserInterfaceCertificateValidator.#ctor(SanteDB.Client.UserInterface.IUserInterfaceInteractionProvider,SanteDB.Core.Security.IPlatformSecurityProvider,SanteDB.Core.Services.ILocalizationService)"]

platformSecurityProvider  IPlatformSecurityProvider

[Missing <param name="platformSecurityProvider"/> documentation for "M:SanteDB.Client.UserInterface.UserInterfaceCertificateValidator.#ctor(SanteDB.Client.UserInterface.IUserInterfaceInteractionProvider,SanteDB.Core.Security.IPlatformSecurityProvider,SanteDB.Core.Services.ILocalizationService)"]

localizationService  ILocalizationService

[Missing <param name="localizationService"/> documentation for "M:SanteDB.Client.UserInterface.UserInterfaceCertificateValidator.#ctor(SanteDB.Client.UserInterface.IUserInterfaceInteractionProvider,SanteDB.Core.Security.IPlatformSecurityProvider,SanteDB.Core.Services.ILocalizationService)"]

See Also