Static Public Member Functions | |
| static Core.Interfaces.ISecurityManager | GetSecurityManager (Core.Interfaces.IEncodedComponent decoder) |
| static Core.Interfaces.ISecurityManager | GetSecurityManager (Core.Interfaces.IEncodedComponent decoder, bool encrypted_private_key, bool validate_key_signatures) |
| static Core.Interfaces.ISecurityManager | GetProductKey (int i) |
Public Attributes | |
| const int | MAXIMUM_PRODUCT_KEYS = 50 |
Properties | |
| static Core.Interfaces.ISecurityManager | ShipKey [get, set] |
| static Core.Interfaces.ISecurityManager | SignKey [get, set] |
Static Private Attributes | |
| static Core.Interfaces.ISecurityManager | ship_key = null |
| static Core.Interfaces.ISecurityManager | sign_key = null |
| static Hashtable | product_keys = new Hashtable() |
| static Core.Interfaces.ISecurityManager Core.Tools.Security.SecurityManagerFactory.GetSecurityManager | ( | Core.Interfaces.IEncodedComponent | decoder | ) | [static] |
| static Core.Interfaces.ISecurityManager Core.Tools.Security.SecurityManagerFactory.GetSecurityManager | ( | Core.Interfaces.IEncodedComponent | decoder, | |
| bool | encrypted_private_key, | |||
| bool | validate_key_signatures | |||
| ) | [static] |
| static Core.Interfaces.ISecurityManager Core.Tools.Security.SecurityManagerFactory.GetProductKey | ( | int | i | ) | [static] |
Core.Interfaces.ISecurityManager Core.Tools.Security.SecurityManagerFactory.ship_key = null [static, private] |
Core.Interfaces.ISecurityManager Core.Tools.Security.SecurityManagerFactory.sign_key = null [static, private] |
Hashtable Core.Tools.Security.SecurityManagerFactory.product_keys = new Hashtable() [static, private] |
Core.Interfaces.ISecurityManager Core.Tools.Security.SecurityManagerFactory.ShipKey [static, get, set] |
Core.Interfaces.ISecurityManager Core.Tools.Security.SecurityManagerFactory.SignKey [static, get, set] |