-
-
Notifications
You must be signed in to change notification settings - Fork 44
iw4madminapplicationmisc RemoteAssemblyHandler
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Misc
IW4MAdmin.Application.Misc.RemoteAssemblyHandler[[RemoteAssemblyHandler]]
end
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IRemoteAssemblyHandler[[IRemoteAssemblyHandler]]
class SharedLibraryCore.Interfaces.IRemoteAssemblyHandler interfaceStyle;
end
SharedLibraryCore.Interfaces.IRemoteAssemblyHandler --> IW4MAdmin.Application.Misc.RemoteAssemblyHandler
Returns | Name |
---|---|
IEnumerable <Assembly > |
DecryptAssemblies (string``[] encryptedAssemblies) |
IEnumerable <string > |
DecryptScripts (string``[] encryptedScripts) |
public RemoteAssemblyHandler(ILogger<RemoteAssemblyHandler> logger, ApplicationConfiguration appconfig)
Type | Name | Description |
---|---|---|
ILogger <RemoteAssemblyHandler > |
logger | |
ApplicationConfiguration |
appconfig |
public virtual IEnumerable<Assembly> DecryptAssemblies(string[] encryptedAssemblies)
Type | Name | Description |
---|---|---|
string``[] |
encryptedAssemblies |
public virtual IEnumerable<string> DecryptScripts(string[] encryptedScripts)
Type | Name | Description |
---|---|---|
string``[] |
encryptedScripts |
Generated with ModularDoc