C# Class Microsoft.Identity.Client.Internal.PlatformPlugin

Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet

Méthodes publiques

Méthode Description
InitializeByAssemblyDynamicLinking ( ) : void
InjectDependecies ( IWebUIFactory webUIFactory, ITokenCachePlugin tokenCachePlugin, LoggerBase logger, PlatformInformationBase platformInformation, ICryptographyHelper cryptographyHelper, IDeviceAuthHelper deviceAuthHelper, IBrokerHelper brokerHelper, IPlatformParameters platformParameters ) : void

Private Methods

Méthode Description
LoadPlatformSpecificAssembly ( ) : Assembly
PlatformPlugin ( ) : System

Method Details

InitializeByAssemblyDynamicLinking() public static méthode

public static InitializeByAssemblyDynamicLinking ( ) : void
Résultat void

InjectDependecies() public static méthode

public static InjectDependecies ( IWebUIFactory webUIFactory, ITokenCachePlugin tokenCachePlugin, LoggerBase logger, PlatformInformationBase platformInformation, ICryptographyHelper cryptographyHelper, IDeviceAuthHelper deviceAuthHelper, IBrokerHelper brokerHelper, IPlatformParameters platformParameters ) : void
webUIFactory IWebUIFactory
tokenCachePlugin ITokenCachePlugin
logger LoggerBase
platformInformation PlatformInformationBase
cryptographyHelper ICryptographyHelper
deviceAuthHelper IDeviceAuthHelper
brokerHelper IBrokerHelper
platformParameters IPlatformParameters
Résultat void