iCore.Public.Crypto Namespace
The iCore.Public.Crypto namespace contains types related to cryptography and certificate management.
Classes
Name | Description |
---|
KeyMaterial | Static class providing functions for loading and creating instances representing cryptographic key material. |
Interfaces
Name | Description |
---|
IAsymmetricKeyMaterial | Represents a cryptographic key-pair of a public and private keys used in asymmetric encryption algorithms. |
IHMACKeyMaterial | Represents a cryptographic key used in MAC algorithms. |
IKeyMaterial | Represents a cryptographic key or key-pair. |
ISymmetricKeyMaterial | Represents a cryptographic key used for symmetric encryption algorithms. |
Enums